Rune_PRC8/_module/nss/fv_shop_conv6.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

15 lines
312 B
Plaintext

#include "nw_i0_plot"
void main()
{
object oStore = GetNearestObjectByTag("FV_SHOP_VIALS");
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
{
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
}
else
{
SpeakString("Hmmm...I seem to have misplaced my wares...call the module builder!");
}
}