Files
HeroesStone_PRC8/_module/nss/de1_wayq2chk2.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

15 lines
402 B
Plaintext

/////////////////////////////////////
// Dragon's Edge
// by Charly Carlos
/////////////////////////////////////
// Checks if the player has been allowed inside the jail but has not spoken to
// warden fratz about the orcish problem.
/////////////////////////////////////
int StartingConditional()
{
int iResult;
iResult = GetLocalInt(GetModule(), "nWaymootQuest2")== 2;
return iResult;
}