7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oMod=GetModule();
|
|
if (GetLocalInt(oMod,"nAgernisSphinx")<3) return TRUE;
|
|
return FALSE;
|
|
}
|