Aantioch_Infernum/_module/nss/gdragon_ckvar1.nss

17 lines
447 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: FileName gdragon_ckvar1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 19/03/2004 18:38:55
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "dragondone") == 1))
return FALSE;
return TRUE;
}