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

Search results

  1. V

    [LUA] Attempting to create a global table

    This would solve my problems... but: attempt to index global 'io' (a nil value)
  2. V

    [LUA] Attempting to create a global table

    This would solve my problems... but: attempt to index global 'io' (a nil value)
  3. V

    [LUA] Attempting to create a global table

    I'm developing a code and I need to populate a global table wich will be accessed by npcs, talkactions, actions, etc. so.. i've created a file "table.lua" and placed it on the Data folder. table = {} function insertInTable(key, content) table[key] = table debugPrint("table size is...
Back
Top