PWE_PRC8/_module/nss/gal_swamp1.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

19 lines
554 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName gal_swamp1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/5/2002 12:07:32 PM
//:://////////////////////////////////////////////
#include "apts_inc_ptok"
int StartingConditional()
{
// Inspect local variables
if(!((GetTokenBool(GetPCSpeaker(), "galdor_intro")) &&
(GetTokenBool(GetPCSpeaker(),"galdor_on_mission")==0)))
return FALSE;
return TRUE;
}