Lankhmar_PRC8/_module/nss/hch_if_rmvd.nss
Jaysyn904 ebc0c6a9b2 Initial commit
Initial commit [v9.7]
2025-04-03 12:54:47 -04:00

7 lines
181 B
Plaintext

//Written by kookoo and Mistress on 29 May 2008
int StartingConditional()
{
if(GetLocalInt(GetPCSpeaker(), GetResRef(OBJECT_SELF) + "_removed") == 1)
return TRUE; return FALSE;
}