Aschbourne_PRC8/_module/nss/openstore012.nss
GetOffMyYarn 69879d6957 Areas and Fixes
Added CCOH and missing areas
Changed some areas to be craftable,
Fixed some on death issues,
Fixed the Gaurd
2024-08-30 11:38:44 -04:00

13 lines
300 B
Plaintext

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