» Thu Jun 21, 2012 12:31 pm
If you set it AFTER the quest has started. Then in a script attached to the Quest (or an Alias in that Quest, or whatever) you must run the UPDATE procedure.
If you want the Global to be in dialogue, then you could attach a script with the update-function to that dialogue - in a topic/info BEFORE you need it - and then it should be all good when you do want it.
If the value can change as the quest progresses, you must call update before you need to use the value.
Therefore - It would make sense to ALWAYS call Update, right before you use the value, then you know you have the up to date version