6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (Random(3) == 0 && GetLocalInt(GetArea(OBJECT_SELF), "MerchantTrouble") == TRUE) return TRUE;
|
|
return FALSE;
|
|
}
|