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.
This commit is contained in:
Jaysyn904
2024-06-04 20:14:31 -04:00
parent 9e684b1908
commit 02b3d3f14e
299 changed files with 67007 additions and 1398 deletions

View File

@@ -5,6 +5,8 @@
//:: Created By: Script Wizard
//:: Created On: 9/14/2002 8:28:23 PM
//:://////////////////////////////////////////////
#include "nw_i0_plot"
void main()
{
object oPC = GetPCSpeaker();
@@ -17,7 +19,7 @@ void main()
object oStore = GetNearestObjectByTag("clothingshopmerc");
if(GetObjectType(oStore) == OBJECT_TYPE_STORE)
OpenStore(oStore, GetPCSpeaker());
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
else
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}