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