I forget the functions, its something like this, someone will have to correct it- NOT flame it.
package ImUgly
{
function GameConnection::onDamage(%obj, %col) //I forget I'm on a laptop with no access to code.
{
serverCmdDropTool(%col.client); //I'm not sure if thats right
parent::onDamage (%obj, %col) //Once again :cookieMonster:
}
}
activatePackage(ImUgly);
Thats what it will end up looking like basicly, but I'm positive it won't work like that. Someone correct it without flaming it.