Using Global Code
Posted: Thu Sep 07, 2006 7:21 pm
I'm probably missing something obvious but how do I call global code from within an actors script?
I assumed that global code worked like C functions and that I should be able to call it using something like:
solutionCheck();
Am I on the right track but missing something or do I have to create a new function in the global code and call that?
I assumed that global code worked like C functions and that I should be able to call it using something like:
solutionCheck();
Am I on the right track but missing something or do I have to create a new function in the global code and call that?