void main()
{

 object oSelf = OBJECT_SELF;
 string sRes = GetResRef(OBJECT_SELF);
 CreateObject(OBJECT_TYPE_CREATURE, sRes, GetLocation(oSelf));

}