14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName sc_arykki
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalInt(GetPCSpeaker(), "arykki") == 1))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|