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

22 lines
551 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}