Advertisement
stcanary

Disband 1%

May 27th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. label st
  2. if city.resource.food = 0 goto killOff
  3. sleep 30
  4. goto st
  5.  
  6. label killOff
  7. execute "disband wo:{city.troop.peasants*.01}"
  8. execute "disband w:{city.troop.peasants*.01}"
  9. execute "disband s:{city.troop.peasants*.01}"
  10. execute "disband p:{city.troop.peasants*.01}"
  11. execute "disband sw:{city.troop.peasants*.01}"
  12. execute "disband a:{city.troop.peasants*.01}"
  13. execute "disband c:{city.troop.peasants*.01}"
  14. execute "disband cata:{city.troop.peasants*.01}"
  15. execute "disband t:{city.troop.peasants*.01}"
  16. execute "disband b:{city.troop.peasants*.01}"
  17. execute "disband r:{city.troop.peasants*.01}"
  18. execute "disband cp:{city.troop.peasants*.01}"
  19. sleep 300
  20. goto st
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement