Difference between revisions of "Talk:SetStage"
Jump to navigation
Jump to search
→Using variables or not?
imported>Dr.Phil |
imported>DragoonWraith |
||
Line 17: | Line 17: | ||
I'll do a new try today and hope it'll work better. I don't know if it affects anything, but I did the variable and the math in a result script on a topic. Maybe worth to mention at least. But, a new try later today! | I'll do a new try today and hope it'll work better. I don't know if it affects anything, but I did the variable and the math in a result script on a topic. Maybe worth to mention at least. But, a new try later today! | ||
--[[User:Dr.Phil|DrPhil]] 02:05, 2 April 2009 (EDT) | --[[User:Dr.Phil|DrPhil]] 02:05, 2 April 2009 (EDT) | ||
:Well, result scripts ''can't'' have local variables, so it is probably impossible to use <tt>SetStage var</tt> within one. If you modified the ''quest's'' variable (using <tt>set Quest.var to blah</tt>, then the Quest could should certainly able to do <tt>SetStage var</tt>. But the Result Script would have to use <SetStage Quest.var</tt>, and I don't think that would work (though perhaps worth trying). | |||
:[[User:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">D</span>ragoon <span style="font-family: Oblivion, Daedric Runes; size=2;">W</span>raith]] [[User_talk:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">TALK</span>]] 05:27, 2 April 2009 (EDT) |