Rune_PRC8/_module/nss/fv_shop_conv4.nss

14 lines
312 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
#include "nw_i0_plot"
void main()
{
object oStore = GetNearestObjectByTag("FV_SHOP_BASICS");
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
{
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
}
else
{
SpeakString("Hmmm...I seem to have misplaced my wares...call the module builder!");
}
}