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:
@@ -4,7 +4,7 @@ void main()
|
||||
object oStore = GetNearestObjectByTag("exoticstore");
|
||||
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
|
||||
{
|
||||
OpenStore(oStore, GetPCSpeaker());
|
||||
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user