How I can replace nodes through macro.
I tried all possible ways to supress 'yes no message'
Below is script I am trying. The required function is 'if Element is destroying, let it.'
*createmarkpanel nodes 1 'sdgsdg'
set n1 [hm_getmark nodes 1]
*createmarkpanel nodes 1 'sdgsdg'
set n2 [hm_getmark nodes 1]
hm_answernext 'yes';
*replacenodes $n1 $n2 1 0;
*answer yes;
hm_answernext yes;