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

variables

  1. M

    Lua Passing Variables to\from another file

    Hi, this is the function I have created in server\lua folder called passTarget.lua. It should enable you to pass the player target table from spells for example, and access it from another folder. local value = {} local function saveTarget(originalTarget) return originalTarget end...
Back
Top