elseagoat Posted March 21, 2012 Share Posted March 21, 2012 The event "OnEffectEnd()" apparently doesn't get weeded out when you try to compile a script. I just spent 3 hours trying to figure out why the hell my script wasn't working right even though it compiled successfully, and it was because I was using OnEffectEnd() instead of OnEffectFinish(). Doh. SO yea, watch out for that, whatever OnEffectEnd() is, it doesn't for for ActiveMagicEffects and the compiler wont tell you that you screwed up, so watch out for that. Link to comment Share on other sites More sharing options...
Frozzled Posted March 21, 2012 Share Posted March 21, 2012 Encountered the same problem almost a week back - very irritating indeed! Link to comment Share on other sites More sharing options...
Recommended Posts