Advertisement
Juan_Faitanin

Efeito de Luz

Nov 24th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. user = "Rjuanoo"
  2.  
  3. function eventLoop()
  4. xx=tfm.get.room.playerList[user].x
  5. yy=tfm.get.room.playerList[user].y
  6. tfm.exec.displayParticle(1,xx,yy,0,0,0,0,nil)
  7. tfm.exec.displayParticle(2,xx,yy,0,-5,0,0,nil)
  8. tfm.exec.displayParticle(13,xx,yy,0,5,0,0,nil)
  9. tfm.exec.displayParticle(1,xx,yy,5,0,0,0,nil)
  10. tfm.exec.displayParticle(2,xx,yy,-5,0,0,0,nil)
  11. tfm.exec.displayParticle(13,xx,yy,-5,-5,0,0,nil)
  12. tfm.exec.displayParticle(1,xx,yy,5,5,0,0,nil)
  13. tfm.exec.displayParticle(2,xx,yy,5,-5,0,0,nil)
  14. tfm.exec.displayParticle(13,xx,yy,-5,5,0,0,nil)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement