Jump to content

My character mod will not work


Recommended Posts

function(arg1, arg2)
	arg1 = arg1 + 1
	arg2 = arg2 + arg1
end

Functions need an "end" in their structure. There should be an "end" for every function, while, for, and if.

You messed up the code syntax. Post your code.

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

×
  • Create New...