Advertisement
Guest User

Alejocapocr y su lluvia 2.0

a guest
Dec 18th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. tfm.exec.setUIMapName("Lluvia congelada");
  2.  
  3. lluvia={"34"}
  4. pAtOnce=2
  5. radiusX=100
  6. radiusY=100
  7.  
  8. function eventLoop(ct,tr)
  9. for i=1,pAtOnce do
  10. tfm.exec.addShamanObject(lluvia[math.random(#lluvia)],math.random(400-radiusX*4,1090+radiusX*4),math.random(200-radiusY*2,200+radiusY*2),2,-15,3)
  11. end
  12. end
  13.  
  14.  
  15. tfm.execnewGame('@5636210')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement