SHOW:
|
|
- or go back to the newest paste.
1 | for name,player in pairs(tfm.get.room.playerList) do | |
2 | system.bindMouse(name, true) | |
3 | end | |
4 | ||
5 | function eventMouse(name, x, y) | |
6 | - | if os.time < 300 then |
6 | + | if os.time < 3000 then |
7 | tfm.exec.addShamanObject(tfm.enum.shamanObject.littleBox, x, y, 0, 0, 0, false) | |
8 | end | |
9 | end |