2023-08-08 16:22:17 -04:00
|
|
|
//::///////////////////////////////////////////////
|
|
|
|
//:: FileName olina_getvar1
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:: Created By: Script Wizard
|
|
|
|
//:: Created On: 10/10/2003 22:16:42
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
int StartingConditional()
|
|
|
|
{
|
|
|
|
// Inspect local variables
|
|
|
|
if(GetLocalInt(GetPCSpeaker(), "sarumseal") == 1)
|
2023-10-12 22:59:45 -05:00
|
|
|
return TRUE;
|
2023-08-08 16:22:17 -04:00
|
|
|
return FALSE;
|
|
|
|
}
|