20 lines
636 B
Plaintext
20 lines
636 B
Plaintext
|
//::///////////////////////////////////////////////
|
|||
|
//:: FileName at_031
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:: Created By: Script Wizard
|
|||
|
//:: Created On: 2013-08-31 23:16:12
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
#include "nw_i0_plot"
|
|||
|
|
|||
|
void main()
|
|||
|
{
|
|||
|
|
|||
|
// Otw<74>rz sklep t<> etykiet<65> lub poinformuj u<>ytkownika, <20>e sklep nie jest dost<73>pny.
|
|||
|
object oStore = GetNearestObjectByTag("merchant_village");
|
|||
|
if(GetObjectType(oStore) == OBJECT_TYPE_STORE)
|
|||
|
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
|
|||
|
else
|
|||
|
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
|
|||
|
}
|