Advertisement
Guest User

Untitled

a guest
May 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. General - While (Conditions) are true, do (Actions)
  2. Conditions
  3. (Number of Any units in (Supply Depot units in Game Field owned by player 0 matching Excluded: Missile, Dead, Hidden, with at most Any Amount)) < 150
  4. Actions
  5. Variable - Set Spot Found = false
  6. General - While (Conditions) are true, do (Actions)
  7. Conditions
  8. Spot Found == false
  9. Actions
  10. Variable - Set Location = (Snap((Random point in Game Field)))
  11. General - If (Conditions) then do (Actions) else do (Actions)
  12. If
  13. (Check Cell(Location)) == true
  14. Then
  15. UI - Display "Debug: Wall Spawned!" for (All players) to Chat area
  16. Variable - Set Spot Found = true
  17. Unit - Create 1 Supply Depot for player 0 at Location facing 270.0 degrees (No Options)
  18. Else
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement