// #autoload // #name = NoObj // #version = 1.0 // #date = 8-27-02 // #author = RedSpider // #warrior = RedSpider // #email = Dont :] // #web = http://www.serialkillaz.com/redspider // #description = Hides the Objective HUD // #status = release package NoObj { function objectiveHud::setVisible(%this, %val) { parent::setVisible(%this, false); } }; activatePackage(NoObj);