Quote:
Originally Posted by Crow
Try something like this:
PHP Code:
function onCreated()
onPlayerEnters();
function onPlayerEnters()
functionThatLeadsToCoreScript();
Doing that in all my gani scripts.
|
Like I said, onCreated is pointless in gani scripts. Just don't use it.