GogoTfm

noob

May 31st, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. function light()
  3. for name,p in next,tfm.get.room.playerList do
  4. tfm.exec.displayParticle(23,p.x-10,p.y,0,0,0,0,nil)
  5. end
  6. end
  7.  
  8. function eventLoop()
  9. light()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment