Ancordia_PRC8/_module/nss/henchlvl_bard.nss
Jaysyn904 102ba7dab6 Initial Commit
Initial Commit
2023-09-21 19:51:32 -04:00

18 lines
496 B
Plaintext

//::///////////////////////////////////////////////
//:: henchlevel_bard
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Sets the levelup mode to secondary class
*/
//:://////////////////////////////////////////////
//:: Created By: 69MEH69
//:: Created On: 21JUN2003
//:://////////////////////////////////////////////
void main()
{
SetLocalInt(OBJECT_SELF, "NewClass", 1); //CLASS_TYPE_BARD
SetLocalInt(OBJECT_SELF, "ClassPackage", 1);
}