Aantioch_Infernum/_module/nss/dragon_ckvar_2.nss
EpicValor 2dbcfb160b Custom creatures modded to suit their level
All constructs through dragons, and their associated items.
2023-10-07 21:36:40 -05:00

17 lines
426 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}