17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName sarumguardckvar2
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 09/01/2004 22:08:23
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalInt(GetPCSpeaker(), "vikingdead") == 1))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|