Wall macro: macro pause until i press enterned

Hi.
I want to build a Wall macro. Thought i might do it like this

_Polyline … enterend … sellast … _slab … _delete (polyline).

Thing is I dont know how to tell rhino to pause until i hit enter after polyline input.

Something like this should work I think:

! _Polyline _MultiPause _SelLast _Slab _Delete

1 Like

Cool! Thanks alot. Multipause… good one.

Here the final macro, deleting the underlying curve:
“! _Polyline _MultiPause _SelLast _Slab _MultiPause _Delete”