Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if ksys.phased and not ksys.paused then
  2. local random_exit = math.random(1, #gmcp.Room.exits)
  3. if ksys.systems.tattootrack then
  4. if ksys.temp.ttcommand then
  5. send(ksys.temp.ttcommand)
  6. else
  7. send("evade " .. gmcp.Room.exits[random_exit])
  8. end
  9. else
  10. send("evade " .. gmcp.Room.exits[random_exit])
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement