6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetLocalInt(OBJECT_SELF, "TriedPersuade") == TRUE) return FALSE;
|
|
return TRUE;
|
|
}
|