Jump to content

Goto statement


arezu

Recommended Posts

Posted

You can just put a script in a function and execute that function when needed like so.

  
function excutor() 
--A bunch of code here. 
CODE() 
--A bunch of code here. 
end 
function CODE() 
--Your code to be executed here. 
end 
  

Posted
You can just put a script in a function and execute that function when needed like so.
  
function excutor() 
--A bunch of code here. 
CODE() 
--A bunch of code here. 
end 
function CODE() 
--Your code to be executed here. 
end 
  

Don't think arezu is a noob scripter, trust me he isn't.

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
  • Recently Browsing   0 members

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