@NinjaCyborg
Quote:
change all CA_ functions to RA_
Technically these are macros, and they wrap around respective IDoMethod() calls that invoke the classes' methods. I personally prefer to call the methods directly.
Quote:
link to reaction.lib not classact.lib
No, reaction.lib is no longer used! Most of its functions have been incorporated in the relevant classes.
Quote:
change all CLASSACT_ enums to REACTION_
Not sure what enums you mean, but possibly yes.
One other difference is that you don't need to call the various _GetClass() functions to obtain the class pointer.
I suggest you
do read the docs linked above, it will get you on track.