• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

onLogin

BarJuice

Zyloria Owner
Joined
Mar 28, 2008
Messages
118
Reaction score
1
Location
South Carolina
I was working on an onLogin script that would teleport if you were on a certain tile, but it didnt work :(

I could post it here for some help or someone can make it for me?
Be really convenient if it could be set for an area too :P
 
if comparePos(getPlayerPosition(cid), theOtherPos) then

For area use my isInArea (check in the Lua Functions subforum)
 
Back
Top