Advertisement
Isoraqathedh

termination-sequence

Feb 21st, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.16 KB | None | 0 0
  1. (loop do (when (detectp (sensor *thing*) :biped)
  2.            (aim (weapon *thing*))
  3.            (fire (weapon *thing*)))
  4.       while (ping (sensor *thing*) 5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement