Spawn Detector
Posted: Tue Mar 11, 2008 2:21 pm
DKAA, as usual, did the hardwork for me. But since this uses a command I hadn't seen used before - figured a refresh for the memory of the community .
I suppose the enthusiastic could make the Spawn target a variable you enter at the start of the macro.. but I'm lazy :)
-C_CG.
Code: Select all
#turbo
Sub Main
:loop
/if (${Spawn[a snow bunny].ID}) {
/exec "C:\Spawn.MP3" bg
/tell name WOOT! It's UP!
/beep
/endm
}
/delay 5s
/goto :loop
/return
-C_CG.