Initial Commit

Initial Commit.
This commit is contained in:
Jaysyn904
2025-09-14 15:40:46 -04:00
parent 7083b33d71
commit 1eefc84201
19230 changed files with 11539227 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
//:://////////////////////////////////////////////////
//:: 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
}