HiddenTradition_PRC8/_module/nss/mt_dwarfen_hall.nss

14 lines
299 B
Plaintext
Raw Permalink Normal View History

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