Quote:
#script on
for race in 1 to 400
do
#spawn $race options
sleep 10
depop()
done
|
Yeah, something like that. Perhaps add name before $race and use the race number in the name so you'd spawn something of race 45 with a name of Race45. Doesn't sound too hard but no idea on how many are interested in that sort of thing. I've been doing it manually but it gets old fast.