orts/server

[ERROR] Attempt to index a nil value in Warzone

Opened this issue · 0 comments

https://github.com/orts/server/blob/master/data/actions/scripts/quests/bigfoot%20burden/warzones.lua#L24

Lua Script Error: [Main Interface]
in a timer event called from:
(Unknown scriptfile)
data/actions/scripts/quests/bigfoot burden/warzones.lua:24: attempt to index a nil value
stack traceback:
[C]: in function '__index'
data/actions/scripts/quests/bigfoot burden/warzones.lua:24: in function <data/actions/scripts/quests/bigfoot burden/warzones.lua:20>

[--------------------------]
https://github.com/orts/server/blob/master/data/actions/scripts/quests/their%20master's%20voice/slimeGobbler.lua#L34

Lua Script Error: [Action Interface]
data/actions/scripts/quests/their master's voice/slimeGobbler.lua:onUse
...ons/scripts/quests/their master's voice/slimeGobbler.lua:34: attempt to index a nil value
stack traceback:
[C]: in function '__index'
...ons/scripts/quests/their master's voice/slimeGobbler.lua:34: in function 'getFungusInArea'
...ons/scripts/quests/their master's voice/slimeGobbler.lua:57: in function <...ons/scripts/quests/their master's voice/slimeGobbler.lua:48>

help me?