void main()
{
 location lLoc=GetLocation(OBJECT_SELF);
 string sTag=GetResRef(OBJECT_SELF);
 CreateObject(OBJECT_TYPE_PLACEABLE,sTag,lLoc);
}