PorkchopExpress 1 Posted June 23, 2002 Can you set a trigger to end a script? if so, how? Share this post Link to post Share on other sites
Snowflake 0 Posted June 23, 2002 hi PorkchopExpress, it's surely not the best solution but that's my way i would set a trigger and enter in on activation: stoptrigger=1 u call ur script with: [stoptrigger] exec yourscript.sqs and inside your script u write a loop: _stoptrigger = _this select 0 #update ?(_stoptrigger == 1) : goto "end" bla bla bla bla goto "update" #end exit finish - i think, hope, guess that would work greetz thomas Share this post Link to post Share on other sites