generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
26
_removed/x0_d1_hen_quits.nss
Normal file
26
_removed/x0_d1_hen_quits.nss
Normal 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
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user