• 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!

hello,help new hole

god nacke

New Member
Joined
Sep 7, 2008
Messages
46
Reaction score
0
hello, as I can make it work Items 7932 (Burri hole) -7933 (hole) -7938 (Weaver hole) -7525 (cofing)

thanks

forgiveness for my bad English
 
Code:
function onStepIn(cid, item)
    doTeleportThing(cid, { x = getCreaturePosition(cid).x, y = getCreaturePosition(cid).y - 1, z = getCreaturePosition(cid).z - 1 }, 0)
    return TRUE
end
 
Back
Top Bottom