RoT2_PRC8/_module/nss/aw_hillsideboim.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

14 lines
284 B
Plaintext

#include "nw_i0_plot"
void main()
{
object oStore = GetNearestObjectByTag("HILLSIDEROGUE");
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
{
OpenStore(oStore, GetPCSpeaker());
}
else
{
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}
}