Aantioch_Infernum/_module/nss/olina_getvar2.nss

10 lines
155 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "olina") == 2))
return TRUE;
return FALSE;
}