Issue650

Title SADD: Lua code issue
Priority bug Status rejected
Assigned To Keywords
Linked issues Watchers

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

Messages
Author: tomreyn Date: 2013-02-09   23h09
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
}
Author: matthiaskrgr Date: 2013-02-09   23h17
dublicate of #643
History
Date User Action Args
2013-02-09 23:17:36matthiaskrgrsetstatus: open -> rejected
messages: + msg2442
2013-02-09 23:09:03tomreyncreate