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 (done_quest("SADD's power supply")) and
3 (not SADD_trick) then
4 SADD_trick = true
5 change_obstacle_state("SADDGun1", "enabled")
6 change_obstacle_state("SADDGun2", "enabled")
7 change_obstacle_state("BreakableWall2", "broken")
8 start_chat("SADD")
9 end
}
|