Jaysyn904 102ba7dab6 Initial Commit
Initial Commit
2023-09-21 19:51:32 -04:00

18 lines
525 B
Plaintext

//::///////////////////////////////////////////////
//:: henchlevel_dragondisciple
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Sets the levelup mode to secondary class
*/
//:://////////////////////////////////////////////
//:: Created By: 69MEH69
//:: Created On: 03JUL2004
//:://////////////////////////////////////////////
void main()
{
SetLocalInt(OBJECT_SELF, "NewClass", 37); //CLASS_TYPE_DRAGONDISCIPLE
SetLocalInt(OBJECT_SELF, "ClassPackage", 111); //117
}