Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
When you are filling out the event dialog, do you need to end both sides of a conditional, even if one is supposed to complete all the rest of the events?
So; do I add the "end event" action to all sides, or just the one that stops before all actions are preformed?
Why am I asking? I have a problem with an event, during execution it will fail (go to the start up screen or just quit the application).
------------------ Just trying...
Quote
Originally posted by Albadar: **When you are filling out the event dialog, do you need to end both sides of a conditional, even if one is supposed to complete all the rest of the events?
Why am I asking? I have a problem with an event, during execution it will fail (go to the start up screen or just quit the application). **
Everything in the left hand column(main list) will execute, in order, unless ordered to end through a conditional calling an end event.
Item's on the right hand column(linked list) do not need to be ended generally.
But once again, remember that if you use a conditional in the left column to call a sequence in the right column(or even to call another event entirely), when that sequence ends then your event will go to the next object in the main list, and so on, until the event runs out of event objects in the main list or it is told to end.
------------------ (url="http://"http://stark.evula.net/pogwalkthrough.htm")PoG Walkthrough and Compendium(/url) | (url="http://"http://stark.evula.net/plugins/dev_tools.htm")PoG Dev Tools(/url) | (url="http://"http://stark.evula.net/plugins/spells_expander.htm")Spells Expander(/url) (url="http://"http://stark.evula.net")Stark.evula.net(/url) | (url="http://"http://www.evula.net")EVula.net(/url) | (url="http://"http://mail.ambrosiasw.com/mailman/listinfo/coldstone_dev")Coldstone-dev mailing list(/url) | (url="http://"http://ucplugs.evula.net/pog.html")PoG Upcoming Plug-Ins Directory(/url)
Originally posted by Stark Bledfast: **Everything in the left hand column(main list) will execute, in order, unless ordered to end through a conditional calling an end event. **
So I don't need to put an end envent at the end of the left side. Okay thanks
Originally posted by Albadar: **So I don't need to put an end envent at the end of the left side. Okay thanks **
No. When the main list(left side) runs out of event objects, then the event ends. No need to place an end event in it(though you can if you wish).