School classes?Classes like sniper or infantry? (I think you mean this)What?
Coding Help
Stay out if you don't know what you're talking about.
I do. I just was forcing you to be more clear.
If you were a scripter you'd understand what he meant right off the bat. forget off of coding help if you can't provide any valid coding help.
Two totally different reactions here.
AwwwwBasically what I wanted was inheritance.
function ZombieDefault::onCollision(%this, %obj, %col, %fade, %pos, %norm){ //Your code}function RotNormalZombie::onCollision(%this, %obj, %col, %fade, %pos, %norm){ //your code ZombieDefault::onCollision(%this, %obj, %col, %fade, %pos, %norm); //Inherited script class's code parent::oncollision(%this, %obj, %col, %fade, %pos, %norm); //Inherited Player, AIPlayer class's code}
Oh, I guess you mean classes like a static object class and stuff, and I had my class system all copied and was gonna post it. :/ Good thing I stopped myself.
If you were a scripter you'd understand what he meant right off the bat.