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