MMD_PRC8/_module/nss/hench_level.nss

8 lines
95 B
Plaintext
Raw Permalink Normal View History

2024-08-02 23:18:00 -04:00
#include "x0_i0_henchman"
void main()
{
object oPC=GetPCSpeaker();
LevelUpXP1Henchman(oPC);
}