10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
// Modified by AW Olorin 1-26-2004 - Message Stone modification
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
if (GetLocalString(OBJECT_SELF, "Title") != "") {
|
||
|
return TRUE;
|
||
|
}
|
||
|
return FALSE;
|
||
|
}
|