(09-18-2011, 06:36 AM)Your Computer Wrote: (09-18-2011, 06:09 AM)Bennick Wrote: Should I move all my AddEntityCollideCallbacks to OnStart? What's the difference between OnStart and OnEnter?
If i understand things correctly, the difference deals with whether or not the user can save their progress. OnEnter will always be called regardless, and OnStart will only be called once if the user is allowed to have states saved (i.e. game saves), otherwise it should act as OnEnter.
BTW, have you tried spacing out "string&in" to "string &in"? Not sure if that makes a difference, though, as i've always had mine spaced out.
Well I don't space them out and all my other functions work perfectly. Idk. :/