function background_duplicate(argument0) //gml_Script_background_duplicate
{
return sprite_duplicate(argument0);
}