Aschbourne_PRC8/_module/nss/openstore008.nss

13 lines
299 B
Plaintext
Raw Normal View History

2024-06-14 10:48:20 -04:00
#include "nw_i0_plot"
void main()
{
object oStore = GetNearestObjectByTag("schamedarrecall");
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
{
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
}
else
{
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}
}