Amon_PRC8/_module/nss/hench_ch_gohome.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

20 lines
480 B
Plaintext

//::////////////////////////////////////////////////////
//:: X0_CH_HEN_GOHOME
//:: Copyright (c) 2002 Floodgate Entertainment
//:: Created By: Naomi Novik
//:: Created On: 9/15/2002
//::////////////////////////////////////////////////////
/*
Sends the henchman home. Must be called from the henchman object.
*/
#include "x0_i0_common"
void main()
{
location lHome = GetRespawnLocation();
//DBG_msg("Traveling back to respawn location");
TravelToLocation(lHome);
}