Issue627

Title function which exits the dialog + prevents all further lua code from being run.
Priority feature Status open
Assigned To Keywords
Linked issues Watchers Xenux

Submitted on 2012-12-24 01h10 by matthiaskrgr, last changed by matthiaskrgr.

Messages
Author: matthiaskrgr Date: 2012-12-24   01h10
the problem is that end_dialog() only closes the dialog window, so no npc_says
etc functions are working but other stuff like showing/hiding nodes changing
variables is still done.

We'd need a function which prevents *ANY* code from being run after we use that
function.
History
Date User Action Args
2012-12-24 01:10:48matthiaskrgrcreate