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

two

  1. K

    2 Functions

    Hi there, I am curious if you can actually write 2 functions in one line because it could save me huge amount of work. My current code is: function onLogout(cid) if (getPlayerVocation(cid) == 1) then doCreatureChangeOutfit(cid, {lookType=549}) return 1 end I was trying to...
Back
Top