Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for n,p in pairs(tfm.get.room.playerList) do
- tfm.exec.bindKeyboard(n,69,true,true)
- end
- function eventKeyboard(name,key,down,x,y)
- if key==69 then
- tfm.exec.addShamanObject(24,x,y+30)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment