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

15 lines
428 B
Plaintext

/////////////////////////////////////
// Dragon's Edge
// by Charly Carlos
/////////////////////////////////////
// Sets the variable to 13 meaning the player has spoken to Pipito about his
// niece's mother which was accused of as a succubus years ago.
/////////////////////////////////////
void main()
{
if (GetLocalInt(GetModule(), "nSuzailQuest")< 13)
{
SetLocalInt(GetModule(), "nSuzailQuest", 13);
}
}