I was wondering if there is a command to call a macro in a macro ? It seems that there is few available character on one.
I'm usually in open wb, and I created macro to display useful text to lead everyone. It looks like something like that :
Code: Select all
/say <LINK data="" text=" INC " color="255,0,0">
/wb <LINK data="" text=" INC " color="255,0,0">
My idea was to split it in 2 macro like
Macro 1 :
Code: Select all
/say <LINK data="" text=" INC " color="255,0,0">
/call "Macro2Name"
Code: Select all
/wb <LINK data="" text=" INC " color="255,0,0">