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

14 lines
419 B
Plaintext

/////////////////////////////////////
// Dragon's Edge
// by Charly Carlos
/////////////////////////////////////
// Checks if the player has finished the Jail Quest, either with Guurk dead or alive.
/////////////////////////////////////
int StartingConditional()
{
int iResult;
iResult = (GetLocalInt(GetModule(), "nWaymootQuest2")== 6 || GetLocalInt(GetModule(), "nWaymootQuest2")== 7);
return iResult;
}