Rune_PRC8/_module/nss/mansservtest.nss

17 lines
461 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
//::///////////////////////////////////////////////
//:: FileName mansservtest
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/23/2005 3:54:43 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
if (GetLocalInt(GetNearestObjectByTag("MordBackdoor", GetPCSpeaker()), "ACTIVE") == 1)
return TRUE;
return FALSE;
}