Page 1 of 1
chant.mac
Posted: Mon Sep 20, 2004 12:18 pm
by gonzoie
Hi im taking the original chant.mac bard kite macro and i would like to put a /camp after death, or an endmacro command after a zone. does anyone know how to do that. any help would be much appreciated.
Posted: Mon Sep 20, 2004 12:40 pm
by fearless
Code: Select all
#Event Slain "#*#Returning to home point, please wait...#*#"
Sub Event_Slain
/echo -(( Death detected, waiting 60 seconds and then quiting
/keypress forward
/keypress back
/delay 60s
/quit
/endmacro
Posted: Mon Sep 20, 2004 6:28 pm
by BadBoy
fearless wrote:Code: Select all
#Event Slain "#*#Returning to home point, please wait...#*#"
Sub Event_Slain
/echo -(( Death detected, waiting 60 seconds and then quiting
/keypress forward
/keypress back
/delay 60s
/quit
/endmacro
May want to change that to:
Code: Select all
#Event Slain "#*#Returning to home point, please wait...#*#"
Sub Event_Slain
/echo -(( Death detected, waiting 60 seconds and then quiting
/keypress forward
/keypress back
/delay 60s
/endmacro
/quit
Posted: Mon Sep 20, 2004 6:53 pm
by blueninja
The /quit line won't be of much use after /endmacro ;) ..