17 lines
442 B
Plaintext
17 lines
442 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName eye_ranz_11
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 03.06.2003 14:11:09
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "RanzPers") == 0))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|