Lankhmar_PRC8/_module/nss/hch_if_sayno.nss

7 lines
176 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
//Written by kookoo and Mistress on 29 May 2008
int StartingConditional()
{
if(GetLocalInt(GetPCSpeaker(), GetResRef(OBJECT_SELF) + "_no") == 1)
return TRUE; return FALSE;
}