Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Currently:
- if pythag(400,200,30,tfm.get.room.playerList[name].x,tfm.get.room.playerList[name].y,30) then
- print("yay")
- end
- --Wanting:
- function found(x,y,px,py,d)
- if room.found then
- room.found(x,y,d)
- end
- end
- x,y=tfm.get.room.playerList[name].x,tfm.get.room.playerList[name].y
- if found(400,200,x,y,30) then
- print("yay")
- end
Advertisement
Add Comment
Please, Sign In to add comment