Hi i got working macro for my champ , but i want to do is , 1st execute the skill slot in config.txt before my macro triggered .
for example ..
this is my automacro :
automacro warp {
map izlude
call {
pause 2
do talk 0
pause 1
do talk 2
pause 1
do talk resp 0
}
timeout 15
}
what i want is , to do useself_skill first in config.txt before doin the automacro.
for example ..
this is my automacro :
automacro warp {
map izlude
call {
pause 2
do talk 0
pause 1
do talk 2
pause 1
do talk resp 0
}
timeout 15
}
what i want is , to do useself_skill first in config.txt before doin the automacro.