Ancordia_PRC8/_module/nss/merch_rand2saved.nss

6 lines
149 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
int StartingConditional()
{
if (Random(2) == 0 && GetLocalInt(GetArea(OBJECT_SELF), "MerchantTrouble") == TRUE) return TRUE;
return FALSE;
}