Jump to content

How to stop script from returning to previous function


 Share

Recommended Posts

Hi, i have a script.

function a()

if something = not available then

b()

endfunc

function b()

something something

endfunc

is there anything that i can type to make the script not returning back to function a after it has excute all the codes in function b???

Link to comment
Share on other sites

exit will terminate the whole script

it's not a loop so i can't use exitloop.

return is of no use because i don't want it to return to function a

HELP ANY!

exit

exitloop

return

let me know if this helps u.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...