Difference between revisions of "Talk:MessageBox Tutorial/Quest Scripts"
Jump to navigation
Jump to search
Talk:MessageBox Tutorial/Quest Scripts (edit)
Revision as of 09:53, 29 May 2009
, 09:53, 29 May 2009Looping Problem
imported>Wrye m (Talk:MessageBox Tutorial: Quest Scripts moved to Talk:MessageBox Tutorial/Quest Scripts: Subpage is better.) |
imported>Mightylink (Looping Problem) |
||
Line 3: | Line 3: | ||
:The article was confusing - where to put the fQuestDelayTime (menu script or calling script) was supposed to be a choice for the modder. To prevent an initial delay, I've put it on the calling script.--[[User:Haama|Haama]] 19:41, 6 March 2008 (EST) | :The article was confusing - where to put the fQuestDelayTime (menu script or calling script) was supposed to be a choice for the modder. To prevent an initial delay, I've put it on the calling script.--[[User:Haama|Haama]] 19:41, 6 March 2008 (EST) | ||
== Looping Problem == | |||
I cant get this to work, even though the tutorial says to add this block: | |||
begin GameMode | |||
if (Working == 1) | |||
set Choosing to -1 | |||
set Working to 0 | |||
endif | |||
it still continously loops... | |||
The choice menu keeps coming up and the result code never runs. | |||
--[[User:Mightylink|Mightylink]] |