6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetLocalInt(OBJECT_SELF, "Commoner") == TRUE && GetLocalInt(OBJECT_SELF, "ToSit") == TRUE) return TRUE;
|
|
return FALSE;
|
|
}
|