8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if (GetLocalString(OBJECT_SELF, "Title") != "") {
|
||
|
return TRUE;
|
||
|
}
|
||
|
return FALSE;
|
||
|
}
|