.hpwPlayMacroSource ** Do not change this first line **
.Commentline 1 for Macro-Lib
.Commentline 2 for Macro-Lib
.Commentline 3 for Macro-Lib
gotoline "[ExtMacroname]"
.Commentline for Macro1
:Macro1
AlertBox "Test" "This is a 1.Action!"
Menu "-1" "-1" "Apples|Oranges|Grapes"
AlertBox "Test" "This is a 1.Menu!"
AlertBox "Test" "This is a 2.Menu!"
AlertBox "Test" "This is a 3.Menu!"
Gotoline "End"
.Commentline for Macro2
:Macro2
AlertBox "Test" "This is a 2.Action!"
Gotoline "End"
.Commentline for Macro3
:Macro3
AlertBox "Test" "This is a 3.Action!"
Gotoline "End"
.Commentline for Macro4
:Macro4
AlertBox "Test" "This is a 4.Action!"
Gotoline "End"
.Commentline for Macro5
:Macro5
AlertBox "Test" "This is a 5.Action!"
Gotoline "End"
.Commentline for Macro6
:Macro6
AlertBox "Test" "This is last Action!"
:End
