Issue649

Title Tania's Escape: Lua code issue
Priority bug Status rejected
Assigned To Keywords
Linked issues Watchers

Submitted on 2013-02-09 23h07 by tomreyn, last changed by matthiaskrgr.

Messages
Author: tomreyn Date: 2013-02-09   23h07
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
}
Author: matthiaskrgr Date: 2013-02-09   23h17
dublicate of #643
History
Date User Action Args
2013-02-09 23:17:53matthiaskrgrsetstatus: open -> rejected
messages: + msg2443
2013-02-09 23:07:12tomreyncreate