Aantioch_Infernum/_module/nss/dragon_ckvar_2.nss

17 lines
426 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName dragon_ckvar_2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "dragoon") == 1))
return FALSE;
return TRUE;
}