5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
int StartingConditional()
|
|
{
|
|
return (GetLocalString(OBJECT_SELF, "ITEM_TYPE") == "");
|
|
}
|