function cutscene_instance_create(arg0, arg1, arg2)
{
instance_create(arg0, arg1, arg2);
cutscene_advance();
}