9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oWise = GetObjectByTag("ba2_numgive");
|
|
if(!(GetLocalInt(oWise, "Sattuma") == 5))
|
|
return FALSE;
|
|
return TRUE;
|
|
|
|
}
|