PoA_PRC8/_module/nss/openblades.nss
Jaysyn904 02b3d3f14e Made Appraise useful
Made Appraise useful.  Made merchant faction non-global.  Toolset update added several new fields to various object.  Full compile.  Updated release archive.
2024-06-04 20:14:31 -04:00

15 lines
294 B
Plaintext

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