package Parent_Example{ function GameConnection::IncScore(%arguments) { parent::IncScore(%arguments);//rest of code }}
Arguments for IncScore are as follows:gameconnection (derp, it's a class function)scoreIf you don't know how to set these up:function GameConnection::IncScore(%client,%score)Parent::IncScore(%client,%score)