View difference between Paste ID: FeCP8e9N and uEssZ1HB
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-
        
6+
	if os.time < 300 then
7
	tfm.exec.addShamanObject(tfm.enum.shamanObject.littleBox, x, y, 0, 0, 0, false)
8
end