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

14 lines
351 B
Plaintext

/////////////////////////////////////
// Dragon's Edge
// by Charly Carlos
/////////////////////////////////////
// Checks if the player has solved the jail quest and Guurk is alive.
/////////////////////////////////////
int StartingConditional()
{
int iResult;
iResult = GetLocalInt(GetModule(), "nWaymootQuest2")== 7;
return iResult;
}