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