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