Jump to content

Recommended Posts

What are the possible parameters i can use? i'm having huge problems at quester skipping stuff because the first endwhile line ends the very first while in profile that it shouldn't do

Link to comment
https://wrobot.eu/forums/topic/2815-quester-endif-and-endwhile-parameters/
Share on other sites

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

 

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

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...