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:
@@ -1,4 +1,5 @@
|
||||
//Put this on action taken in the conversation editor
|
||||
#include "nw_i0_plot"
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
@@ -7,6 +8,6 @@ object oPC = GetPCSpeaker();
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("arenastore");
|
||||
|
||||
OpenStore(oTarget, oPC, 0, 0);
|
||||
gplotAppraiseOpenStore(oTarget, oPC, 0, 0);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user