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

13 lines
310 B
Plaintext

/////////////////////////////////////
// Dragon's Edge
// by Charly Carlos
/////////////////////////////////////
// Sets the variable to 1 meaning Amand has allowed the player see the
// special inventory.
/////////////////////////////////////
void main()
{
SetLocalInt(OBJECT_SELF, "AllowSpecial", 1);
}