Files
HeroesStone_PRC8/_removed/x0_d1_hen_quits.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

27 lines
681 B
Plaintext

//:://////////////////////////////////////////////////
//:: X0_D1_HEN_QUITS
//:: Copyright (c) 2002 Floodgate Entertainment
//:://////////////////////////////////////////////////
/*
The henchman's been pissed off so badly s/he's going
to quit working for this player and go back to his/her
waypoint.
// * Overridden Sep 30 2003 -- in XP
// * make them go back to Yawning Portal
*/
//:://////////////////////////////////////////////////
//:: Created By: Naomi Novik
//:: Created On: 09/13/2002
//:://////////////////////////////////////////////////
#include "x0_i0_henchman"
void main()
{
QuitHenchman(GetPCSpeaker());
// * Set the "I'm an XP2 module" variable
}