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

22 lines
447 B
Plaintext

/////////////////////////////////////
// Dragon's Edge
// by Charly Carlos
/////////////////////////////////////
// Opens Amand's special store
/////////////////////////////////////
#include "nw_i0_plot"
void main()
{
object oStore = GetObjectByTag("FlameofLoveLuterySpecial");
if (GetIsObjectValid(oStore) == TRUE)
{
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
}
else
PlayVoiceChat(VOICE_CHAT_CUSS);
}