18 lines
593 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
//::///////////////////////////////////////////////
//:: FileName at_001
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2015-10-22 18:52:15
//:://////////////////////////////////////////////
void main()
{
// Otw<74>rz sklep t<> etykiet<65> lub poinformuj u<>ytkownika, <20>e sklep nie jest dost<73>pny.
object oStore = GetNearestObjectByTag("all_items");
if(GetObjectType(oStore) == OBJECT_TYPE_STORE)
OpenStore(oStore, GetPCSpeaker());
else
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}