Aantioch_Infernum/_module/nss/69_hench_level.nss

13 lines
255 B
Plaintext
Raw Permalink Normal View History

// * Henchman levels up
#include "69_hench_lib"
void main()
{
object oPC = GetPCSpeaker();
if(GetCanLevelUp69(oPC, OBJECT_SELF))
{
LevelUpHenchman69(OBJECT_SELF, oPC);
}
DelayCommand(10.5, ExecuteScript("_golemstats", OBJECT_SELF));
}