I'm not sure how exactly to reproduce this, and probably don't have this
savegame anymore. So I hope this message alone will already be of help...
FreedroidRPG 0.15-434-g5fe5011 encountered a problem in function: run_lua
Error running Lua code: attempt to yield from outside a coroutine.
Erroneous LuaCode={
2 if (Tania_surface) and
3 (not done_quest("Tania's Escape")) and
4 (not Tania_stopped_by_Pendragon) then
5 Tania_stopped_by_Pendragon = true
6 start_chat("Pendragon")
7 end
}
|