RATDOG/_module/nss/henchlvl_fgtr132.nss
Jaysyn904 7fab5d1710 Dupe file removal.
Removed weapon models duped in the CEP 3 facelift haks.  More henchman & packages work.
2021-10-12 23:34:41 -04:00

18 lines
535 B
Plaintext

//::///////////////////////////////////////////////
//:: henchlevel_fighter
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Sets the levelup mode to secondary class
*/
//:://////////////////////////////////////////////
//:: Created By: 69MEH69
//:: Created On: 21JUN2003
//:://////////////////////////////////////////////
void main()
{
// SetLocalInt(OBJECT_SELF, "NewClass", 33); //CLASS_TYPE_WEAPON_MASTER
SetLocalInt(OBJECT_SELF, "ClassPackage", 132); // Axe Weapon Master
}