Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Hello World
- hello world
- --]]
- jogador="nome"
- print ("<BR>A test script ;)<BR>")
- system.bindMouse(jogador,true)
- function eventMouse(name,x,y)
- tfm.exec.addConjuration ((x/10), (y/10), 10000)
- -- deve-se dividir as coordenadas por 10 por que a conjuração tem 10 pixels de altura e largura
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement