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

Lua name out on tp

Lua:
function onThink(interval, lastExecution)
local teleportpos1 = {x=124, y=981, z=7, stackpos=1}
    doSendAnimatedText(teleportpos1, "your text here", math.random( 1, 65 ) )
    doSendMagicEffect(teleportpos1, math.random( 1, 50 ) )
 return TRUE
end

I think this is what you are looking for. You want text to pop out of your portals right?
 
Back
Top