Advertisement
Keltcon

¡Todos hacen emociones locas!

Nov 2nd, 2015
840
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. --- Todos hacen emociones locas :D
  2. print ("<g>By <bl>Kelt<g>con")
  3. function rC()
  4. return "0x" .. string.format("%X", math.random(0, 12))
  5. end
  6.  
  7. function eventLoop (currentTime, timeRemaining)
  8. for i=1,20 do
  9. for zzz,_ in pairs(tfm.get.room.playerList) do
  10. tfm.exec.playEmote(zzz, rC());
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement