Lankhmar_PRC8/_module/nss/aliah_thrd2.nss

11 lines
182 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
//Put this on text appears when of next thread
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetLocalString(oPC, "aliah_thrd") != "1") return FALSE;
return TRUE;
}