Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tfm.exec.newGame("@4556172")
- for name,player in pairs(tfm.get.room.playerList) do
- system.bindMouse(name, true)
- end
- function eventMouse(name, x, y)
- if tfm.get.room.playerList[name].isShaman then
- if tfm.get.room.playerList[name].isFacingRight then
- tfm.exec.addShamanObject(19, x, y, 0, 0, 0, false)
- else
- tfm.exec.addShamanObject(20, x, y, 0, 0, 0, false)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment