Amon_PRC8/_removed/hench/nw_ch_stlth_off.nss

18 lines
578 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: Turn Off Stealth Mode
//:: NW_CH_SRCH_ON.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Preston Watamaniuk
//:: Created On: Nov 19, 2001
//:://////////////////////////////////////////////
// Auldar: Unflag associate, and remove Stealth state if active.
#include "hench_i0_conv"
void main()
{
HenchSetAssociateInt(sHenchStealthMode, FALSE);
SetActionMode(OBJECT_SELF, ACTION_MODE_STEALTH, FALSE);
}