Advertisement
Guest User

Untitled

a guest
Aug 15th, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. var/datum/explosions/controller/the_controller = new
  2.  
  3. New()
  4. ray = new
  5. ray.invisibility = 101
  6. ..()
  7. Start()
  8.  
  9. Start()
  10. spawn(0) .()
  11. switch(state)
  12. if (IDLE)
  13. explosion_step = 1
  14. if (NEWDATA)
  15. SortData()
  16. state = EXPLOSION
  17. if (NEWEXPL)
  18. CalculateExplosions()
  19. if (EXPLOSION)
  20. DoExplosions()
  21. state = INPROCESS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement