8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
iResult = (GetLocalInt(OBJECT_SELF,"T1_OBJECT_DISABLED") == TRUE);
|
|
return iResult;
|
|
}
|