Can you schedule the call of a parent? I get syntax with this:
package EnterGameOverWrite
{
function GameConnection::onClientEnterGame(%this)
{
schedule(1000,Parent::onClientEnterGame,%this);
}
};
If possible, how do I schedule the calling of a parent?