void main() { location lHere = GetLocation(OBJECT_SELF); object oStore = GetObjectByTag("wandmerch"); if (oStore==OBJECT_INVALID) CreateObject(OBJECT_TYPE_STORE,"wandmerch",lHere); }