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

Lua Problem with slot remove.

therrax

Member
Joined
Jul 12, 2012
Messages
262
Solutions
1
Reaction score
11
Hi Otland ;)
TFS 1.0

When player used on yourself slot remove I get this in my console:
Code:
Lua Script Error: [Action Interface]
data/actions/scripts/slotremove.lua:onUse
data/actions/scripts/slotremove.lua:21: attempt to index a nil value
stack traceback:
        [C]: in function '__index'
        data/actions/scripts/slotremove.lua:21: in function <data/actions/scripts/slotremove.lua:17>
script:
Code:
Lua Script Error: [Action Interface]
data/actions/scripts/slotremove.lua:onUse
data/actions/scripts/slotremove.lua:21: attempt to index a nil value
stack traceback:
        [C]: in function '__index'
        data/actions/scripts/slotremove.lua:21: in function <data/actions/scripts/slotremove.lua:17>
How fix that?
 
Back
Top