NWNDS/nwnds_module/at_junli.nss

14 lines
284 B
Plaintext
Raw Normal View History

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