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

14 lines
360 B
Plaintext

/////////////////////////////////////
// Dragon's Edge
// by Charly Carlos
/////////////////////////////////////
// Check if the player has not yet been allowed to see Amand's special inventory.
/////////////////////////////////////
int StartingConditional()
{
int iResult;
iResult = GetLocalInt(OBJECT_SELF, "AllowSpecial")< 1;
return iResult;
}