when i try to test my game it says the following error message:
"There was an error compiling your script. The problem was:
In: 'Internal Character defines'
Error: (Line 1): macro 'CHARID' already defined."
How can i fix this?
Did you use a variable or whatever that's called CHARID in your script?
the script name of my character is CHARID if that would affect it.
Since that's a reserved name, you can't use that as your character's script name.
ah. problem solved.