Itutorial
Legendary OT User
- Joined
- Dec 23, 2014
- Messages
- 2,461
- Solutions
- 68
- Reaction score
- 1,123
What is the function to call a specific tile. I am trying to check if a player is in a location..
It used to be:
Whats the code in TFS 1.2 though?
It used to be:
Code:
pos = {x = 1000, y = 1000, z = 7}
check = getThingFromPos(pos).uid
if isPlayer(check) then
return true
end
Whats the code in TFS 1.2 though?