Hi, I'm getting an error form the wait(delay) function.
Here is the error from the server:
Here is the piece of code were I used that function:
Any idea why I'm getting this error?
Here is the error from the server:
Code:
[15/04/2009 10:16:03] Lua Script Error: [Action Interface]
[15/04/2009 10:16:03] data/actions/scripts/quests/lersatio mirrors.lua:onUse
[15/04/2009 10:16:03] attempt to yield across metamethod/C-call boundary
[15/04/2009 10:16:03] stack traceback:
[15/04/2009 10:16:03] [C]: in function 'wait'
[15/04/2009 10:16:03] data/actions/scripts/quests/lersatio mirrors.lua:34: in function <data/actions/scripts/quests/lersatio mirrors.lua:1>
Here is the piece of code were I used that function:
Code:
doTransformItem(item.uid, 9637)
wait(1000)
doTransformItem(item.uid, 9583)
Any idea why I'm getting this error?