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

repeat

  1. Crixpx

    Lua [Action][annihilator][help] console error OTX 3 :c

    hi i have a problem in my script for annihilator quest when i use the lever i get this error Lua Script Error: [Action Interface] data/actions/scripts/quests/annihilator/lever.lua:onUse data/actions/scripts/quests/annihilator/lever.lua:33: attempt to index a nil value stack traceback...
  2. Colandus

    Repeating events EASIER

    ----------------- -- By Colandus -- _CONT = {} function continue(delay, n, ...) local func = debug.getinfo(2).func if(not _CONT[func]) then _CONT[func] = true addEvent(repeatContinue, delay, func, delay, n, ...) end end function repeatContinue(func, delay, n, ...)...
Back
Top