Initial Commit
Initial Commit
This commit is contained in:
21
_module/nss/x1_playerlevelup.nss
Normal file
21
_module/nss/x1_playerlevelup.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: x1_playerlevelup
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Levels up the player's henchman
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By:
|
||||
//:: Created On:
|
||||
//:://////////////////////////////////////////////
|
||||
#include "x0_i0_henchman"
|
||||
#include "hench_i0_henutil"
|
||||
|
||||
void main()
|
||||
{
|
||||
// SpawnScriptDebugger();
|
||||
object oPC = GetPCLevellingUp();
|
||||
CopyFamiliarAnimalCompanionItems(oPC);
|
||||
LevelUpXP1Henchman(oPC);
|
||||
}
|
Reference in New Issue
Block a user