PWE_PRC8/_module/nss/cc_chk17.nss

10 lines
259 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
int StartingConditional()
{
// object oPC = GetLastSpeaker();
object oPC = OBJECT_SELF;
SetLocalString(oPC, "cc_event", "chk_17");
ExecuteScript("cc_event", oPC);
if (GetLocalString(oPC, "cc_event") == "1") return TRUE;
return FALSE;
}