9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult=(GetLocalInt(OBJECT_SELF,"jw_andros_gotobject")!=2);
|
||
|
//if (GetLocalInt(OBJECT_SELF,"jw_andros_gotobject")!=2)
|
||
|
|
||
|
|
||
|
return iResult;
|
||
|
}
|