PoA_PRC8/_module/nss/openstore008.nss

15 lines
296 B
Plaintext
Raw Permalink Normal View History

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