Guest User

Variable

a guest
Jun 7th, 2014
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. [event]
  2. name=prestart
  3. [hide_unit]
  4. side=2,3,4,5,6,7,8
  5. [/hide_unit]
  6.  
  7. [store_unit]
  8. [filter]
  9. x,y=recall,recall
  10. [/filter]
  11. variable=stored_Initiates
  12. kill=yes
  13. [/store_unit]
  14.  
  15. {FOREACH stored_Initiates k}
  16. [unstore_unit]
  17. variable=stored_Initiates[$k]
  18. find_vacant=yes
  19. [/unstore_unit]
  20. {NEXT k}
  21. [/event]
Advertisement
Add Comment
Please, Sign In to add comment