Aantioch_Infernum/_module/nss/deronunsafeintck.nss
EpicValor 6ee16d51cd Tweaked items, creatures, and areas
Added 2 new quests to Displaced Valley connected areas.
2023-10-08 23:57:44 -05:00

17 lines
432 B
Plaintext

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