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