18 lines
506 B
Plaintext
18 lines
506 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: henchlevel_assassin
|
|
//:: Copyright (c) 2001 Bioware Corp.
|
|
//:://////////////////////////////////////////////
|
|
/*
|
|
Sets the levelup mode to secondary class
|
|
*/
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: 69MEH69
|
|
//:: Created On: 21JUN2003
|
|
//:://////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "NewClass", 30); //CLASS_TYPE_ASSASSIN
|
|
SetLocalInt(OBJECT_SELF, "ClassPackage", 66);
|
|
}
|