Rune_PRC8/_module/nss/rogueshop.nss

14 lines
297 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
#include "nw_i0_plot"
void main()
{
object oStore = GetNearestObjectByTag("BandoreRogue");
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
{
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
}
else
{
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}
}