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

sort

  1. Lessaire

    Suggestion Code tag option dropdown ordering

    I have to omit prefix because of the available two, my threads are always both 🧐 I think this diff explains my complaint and my suggestion adequately. As a userscripter, I can fix this for myself easily, because I'll just make a shortcut to inject plain empty CODE tag pair and fill it in. No...
  2. Colandus

    Some table functions!

    Alright, now it's time for me to release my table functions! :) Here they are (explanation below): -- ~##TABLE::FUNCTIONS::BY::COLANDUS##~ -- FIND_NOCASE = 0 FIND_PATTERN = 1 FIND_PATTERN_NOCASE = 2 function table.find(t, v, c) -- function 100% by Colandus! if type(t) ~= "table" then...
Back
Top