void main()
{
string sStoreTag = "katriana";
string sStoreRes = "int_storgenral01";
if (GetNearestObjectByTag(sStoreTag) == OBJECT_INVALID)
    {
    CreateObject(OBJECT_TYPE_STORE, sStoreRes, GetLocation(OBJECT_SELF));
    }
SetLocalString(GetPCSpeaker(), "STORE", sStoreTag);
}