April 24, 200124 yr I am finding that when I go from one script to another with an IF step I am still being led back to the originating scripts when all the conditions are met. Is there a way to halt other scripts while in the script I want to remain in. The perform script step acts as a GOSUB instead I want a GOTO as I don't need to return to that script. Thomas
April 24, 200124 yr Author Nevermind I figured it out. All I have to do it add an Exit or Halt step after the Perform step in the originating script. Thomas
April 25, 200124 yr Just remember that Halt and Exit are different. The companion to a subroutine call is Exit Script step. Halt stops ALL running scripts immediately. -bd
Create an account or sign in to comment