Aantioch_Infernum/_module/nss/ms_alchemyohs_st.nss

13 lines
303 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
#include "nw_i0_plot"
void main()
{
object oStore = GetNearestObjectByTag("ohs_component_sarum");
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
{
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
}
else
{
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}
}