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

oncreateportal

Jgarder

Tprogramming Ex-Adm|n
Premium User
Joined
Jun 7, 2007
Messages
355
Reaction score
3
Location
Michigan
ACtully.. Nevermind.. i guess it may, im just a noob



i was wondering how to create a portal in lua.. i cant figure it out.. but it apparently exist....
 
Last edited:
topos = {x=31, y=31, z=7}
createpos = {x=310, y=310, z=7}
itemid, not sure, but guess it is the teleporters (the blue bubble) itemid. SO: itemid = 9999
doCreateTeleport(itemid, topos, createpos)
 
topos = {x=31, y=31, z=7}
createpos = {x=310, y=310, z=7}
itemid, not sure, but guess it is the teleporters (the blue bubble) itemid. SO: itemid = 9999
doCreateTeleport(itemid, topos, createpos)

Thank you so much for this, I, too, was straining my brain to get this to work.
 
Back
Top