View Single Post
  #3  
Old November 13th, 2007, 01:59 PM

mantari mantari is offline
Private
 
Join Date: May 2007
Posts: 38
Thanks: 0
Thanked 1 Time in 1 Post
mantari is on a distinguished road
Default Re: Running into some simple ITEM/PAGE bugs. Help?

You're awesome. I love your mods. Here is what I think I've figured out...

ALL matching items will run. (I figured this out by using ITEM and REMV to figure out which lines were being called. I can show you the code, if you're curious.) But, the last SVAR will have the final say on what the variable is set tp. If there are multiple pop-up windows (like in the example above),, only the last one processed will be shown to the user. The in-between ones will be ignored. Wild!

Here's a new bug I just tripped over...

Inside of a STAR block, if you set multiple variables with UVAR, only the *last* UVAR will be processed.

So, if you need to initialize multiple variables inside of a star block, you're probably best off setting a flag like "UVAR init 1", and then use a CONDITION and a PAGE to set the full list of variables. So, at least, this one can be worked around.