13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
if (GetEncounterActive(GetObjectByTag("jw_min_golem_control")))
|
||
|
{
|
||
|
iResult=TRUE;
|
||
|
}
|
||
|
|
||
|
|
||
|
return iResult;
|
||
|
}
|