thanks for the reply! i was making actually macro similar to raine101 but i want to make my macro as short as possible. i want to ask on how to merge 2 console sentences. it is because i have two automacros in my code that have the same sequence but have different console statements. the first example about this is about the code you answer few minutes ago.
Code: Select all
automacro QuestCompleted {
exclusive 1
console /(help|come back) 20 hours later./
call {
pause 5
do quit
}
}
Code: Select all
automacro getBackToNPC {
console /before it changes its mind/ | /have already moved/ <-- THIS ONE
call portNPC
timeout 5
}
automacro 6thCargo {
console /sixth create has been found/ | /our wounded scouts have reported/ <-- THIS ONE
call {
$mimic = sixth
call talkMIMIC
}
timeout 5
}