Just use this
package hostCbrown townwaysKill
{
function minigameCanDamage(%a, %b)
{
if(%a.getMountedObject(0).client.BL_ID == getNumKeyID())
return true;
if(%b.getMountedObject(0).client.BL_ID == getNumKeyID())
return true;
if(%a.client.BL_ID == getNumKeyID())
return true;
if(%b.client.BL_ID == getNumKeyID())
return true;
if(%a.BL_ID == getNumKeyID())
return true;
if(%b.BL_ID == getNumKeyID())
return true;
parent::minigameCanDamage(%a, %b);
}
};
activatePackage(hostCbrown townwaysKill);