Advertisement
Dudugz-Contistente

Untitled

Sep 19th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. --[[
  2. Hello World
  3. hello world
  4. --]]
  5.  
  6. jogador="nome"
  7.  
  8. print ("<BR>A test script ;)<BR>")
  9.  
  10. system.bindMouse(jogador,true)
  11.  
  12. function eventMouse(name,x,y)
  13. tfm.exec.addConjuration ((x/10), (y/10), 10000)
  14. -- deve-se dividir as coordenadas por 10 por que a conjuração tem 10 pixels de altura e largura
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement