GiveAllPerks()
{
self clearperks();
self.All_Perks = strtok("specialty_fallheight,specialty_fastladderclimb,specialty_fastmantle,specialty_fastweaponswitch,specialty_longersprint,specialty_sprintrecovery,specialty_unlimitedsprint,specialty_armorpiercing,specialty_armorvest,specialty_bulletdamage,specialty_bulletpenetration,specialty_bulletflinch,specialty_scavenger,specialty_extraammo,specialty_fastads,specialty_fastequipmentuse,specialty_holdbreath,specialty_loudenemies,specialty_noname,specialty_twogrenades", ",");
for(Ext = 0; Ext < self.All_Perks.size; Ext++)
self setperk(self.All_Perks[Ext]);
}
give_perk(e)
{self setperk(e);}
//Via menu
give_perk, "specialty_fallheight");
//Threading on its own
self give_perk("specialty_fallheight");
Copyright © 2026, NextGenUpdate.
All Rights Reserved.