PoA_PRC8/_module/nss/openmagicitems.nss

14 lines
280 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
#include "nw_i0_plot"
void main()
{
object oStore = GetNearestObjectByTag("sc_other");
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
{
OpenStore(oStore, GetPCSpeaker());
}
else
{
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}
}