Jump to content

Quester EndIf and EndWhile parameters


Recommended Posts

Hello, I am not sure to understand. But,

"EndIf" and "EndWhile" does not use condition (condition is in "If" and "While").

And the "End..." return to the "While" or "If" of the same color.

While

      While

            If

            EndIf

      EndWhile

EndWhile

 

Link to comment
Share on other sites

the way i wanted it to do was done like this.

while under 20

   few quests here

   while lvl 15 and need trainers

      use trainers

   endwhile <--- this is where first while ended

   more quests here <-- these quests were skipped entirely

endwhile <--- dunno if this even was ever called

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...