Initial Commit
Initial Commit
This commit is contained in:
16
_module/nss/henchlvl_clerc19.nss
Normal file
16
_module/nss/henchlvl_clerc19.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: henchlevel_cleric_shaman
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Sets the Cleric class to Shaman
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: 69MEH69
|
||||
//:: Created On: Sep2004
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF, "ClassPackage", 19); //Clerical Shaman
|
||||
}
|
||||
Reference in New Issue
Block a user