You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

16 lines
289 B

if(counter == (/null))
/set counter 0
/print "Init...\n"
endif
/bigDoNothing 17 12 36*78
if(counter % 2 == 1)
/bigDoNothing 17 12 36*78
/set counter counter+1
else
/bigDoNothing 17 12 36*78
/set counter counter+1
endif
if(counter == 5000)
/set exit_ctr 1
endif