UGX-Mods

Call of Duty: Black Ops 3 => Help Desk => Scripting => Topic started by: Chadric273 on July 15, 2019, 07:52:00 pm

Title: Making the next step of the EE wait until the previous step is completed?
Post by: Chadric273 on July 15, 2019, 07:52:00 pm
Hey guys! I'm sure this is something simple, but how would I go about writing in my script so that step two of the EE cannot be accessed until step one is completed?
Title: Re: Making the next step of the EE wait until the previous step is completed?
Post by: gympie6 on July 16, 2019, 01:52:06 pm
Hey guys! I'm sure this is something simple, but how would I go about writing in my script so that step two of the EE cannot be accessed until step one is completed?
 I don't know how it works for bo3 but in waw you have something like "waittill("notification");

If you use that two times in a method you are able to order the EE steps.