Ancordia_PRC8/_module/nss/ultmerch.nss
Jaysyn904 102ba7dab6 Initial Commit
Initial Commit
2023-09-21 19:51:32 -04:00

20 lines
639 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName ultmerch
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2016-04-06 18:24:21
//:://////////////////////////////////////////////
#include "nw_i0_plot"
void main()
{
// Otwórz sklep t¹ etykiet¹ lub poinformuj u¿ytkownika, ¿e sklep nie jest dostêpny.
object oStore = GetNearestObjectByTag("Ultimate_Merchant");
if(GetObjectType(oStore) == OBJECT_TYPE_STORE)
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
else
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}