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