Aantioch_Infernum/_module/nss/sarumguardckvar2.nss

17 lines
449 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: 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;
}