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:
@@ -5,6 +5,8 @@
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 12/15/2002 5:53:04 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_plot"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
@@ -36,7 +38,7 @@ void main()
|
||||
// Either open the store with that tag or let the user know that no store exists.
|
||||
object oStore = GetNearestObjectByTag("wonditems");
|
||||
if(GetObjectType(oStore) == OBJECT_TYPE_STORE)
|
||||
OpenStore(oStore, GetPCSpeaker());
|
||||
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
|
||||
else
|
||||
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
|
||||
}
|
||||
|
Reference in New Issue
Block a user