Jaysyn904 102ba7dab6 Initial Commit
Initial Commit
2023-09-21 19:51:32 -04:00

18 lines
590 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_010
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2013-01-17 13:35:03
//:://////////////////////////////////////////////
void main()
{
// Otwórz sklep t¹ etykiet¹ lub poinformuj u¿ytkownika, ¿e sklep nie jest dostêpny.
object oStore = GetNearestObjectByTag("barman");
if(GetObjectType(oStore) == OBJECT_TYPE_STORE)
OpenStore(oStore, GetPCSpeaker());
else
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}