RoT2_PRC8/_module/nss/aw_hillsideisis.nss

14 lines
292 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
#include "nw_i0_plot"
void main()
{
object oStore = GetNearestObjectByTag("HILLSIDEMERCHANTISIS");
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
{
OpenStore(oStore, GetPCSpeaker());
}
else
{
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}
}