8 lines
134 B
Plaintext
8 lines
134 B
Plaintext
int StartingConditional()
|
|
{
|
|
if(!(GetLocalInt(GetArea(OBJECT_SELF), "HSended") == TRUE))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|