Magictibiaman
New Member
- Joined
- May 25, 2009
- Messages
- 371
- Reaction score
- 0
i am use tile, 3202 and 3215 which change based on if you step on them or not,
what can i use a generic thing to find what players position is on that tile when he steps on it?
i want to have several tiles that are exactly like these, that teleport you to one single location
player1 = getThingfromPos(position)
nplayer1pos = {x=94, y=86, z=8}
doSendMagicEffect(player1pos,2)
doTeleportThing(player1.uid,nplayer1pos)
doSendMagicEffect(nplayer1pos,10)
i have this it's the --- getThingfromPos(position) ---
that is doesn't understand. what could i use?
what can i use a generic thing to find what players position is on that tile when he steps on it?
i want to have several tiles that are exactly like these, that teleport you to one single location
player1 = getThingfromPos(position)
nplayer1pos = {x=94, y=86, z=8}
doSendMagicEffect(player1pos,2)
doTeleportThing(player1.uid,nplayer1pos)
doSendMagicEffect(nplayer1pos,10)
i have this it's the --- getThingfromPos(position) ---
that is doesn't understand. what could i use?