10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
|
||
|
|
||
|
iResult = GetEncounterActive(GetObjectByTag("jw_zraela_enc"));
|
||
|
return iResult;
|
||
|
}
|