Code: Select all
Sub Delay(DelayTime)
/delay @DelayTime
/return
Sub Main
:MainLoop
/call concolor
/goto :MainLoop
Sub concolor
/call DefineEvents
/call GotoNPC
/keypress c
/call delay 100
/return
Sub DefineEvents
#event BLUE "looks like you would have the upper hand"
/return
Sub GotoNPC
/keypress F8
/return
Sub Event_BLUE
/keypress hot3
/return
normaly is the macro much bigger .. but i made a smaller with the "crashing" part


