17 lines
457 B
Plaintext
17 lines
457 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sarum_ck2
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 27/03/2004 16:09:00
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(OBJECT_SELF, "sarumguardset1") ==1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|