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

missing function? help

Status
Not open for further replies.

miguelshta

Member
Joined
Mar 21, 2009
Messages
351
Solutions
1
Reaction score
13
Location
Toronto, Canada
hello i have error with this script i think is a missing function? can someone tell me how to add it?
C++:
Lua Script Error: [Test Interface]
data/actions/scripts/quests/grave_danger/cobra_bastion/scarlett.lua
...s/scripts/quests/grave_danger/cobra_bastion/scarlett.lua:7: attempt to index field 'GraveDanger' (a nil value)
stack traceback:
        [C]: in function '__index'
        ...s/scripts/quests/grave_danger/cobra_bastion/scarlett.lua:7: in main chunk
[Warning - Event::checkScript] Can not load script: scripts/quests/grave_danger/cobra_bastion/scarlett.lua


Lua Script Error: [Test Interface]
data/actions/scripts/ezipsoft/scarlett_bossFight.lua
data/actions/scripts/ezipsoft/scarlett_bossFight.lua:1: attempt to index global 'ScarlettBossFight' (a nil value)
stack traceback:
        [C]: in function '__index'
        data/actions/scripts/ezipsoft/scarlett_bossFight.lua:1: in main chunk
[Warning - Event::checkScript] Can not load script: scripts/ezipsoft/scarlett_bossFight.lua
 
Status
Not open for further replies.
Back
Top