Rune_PRC8/_module/nss/mansservtest.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

17 lines
461 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}