Eshkation-

Spawn de itens!

Jun 22nd, 2014
542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function eventSummoningEnd(playerName, ID, pX, pY, A, X, Y, other)
  2.  
  3. if ID < 5 or ID == 10 then
  4. tfm.exec.removeObject(other.id)
  5. tfm.exec.addShamanObject(string.format('%d02',ID),pX,pY,A)
  6. else
  7. if ID == 28 then
  8. tfm.exec.removeObject(other.id)
  9. tfm.exec.addShamanObject(string.format('%d02',ID),pX,pY,A)
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment