Quote:
Originally Posted by DustyPorViva
Also, onCreated() is not reliable in gani scripts, as with Angel's script shows you should be using onPlayerEnters() instead.
|
Well, you can still use onCreated() but you'll just need a blank onPlayerEnters() in the script to make sure the script is always executed since the onPlayerEnters() works like a "wake-up call." I suppose it would make more sense to just use onPlayerEnters() instead to save the hassle but the onCreated() can still be reliable as long as you have an onPlayerEnters() as well.