-
Notifications
You must be signed in to change notification settings - Fork 2
Provocation
PEDROH86 edited this page Feb 27, 2018
·
1 revision
if not @findobject 'animal1'
headmsg 'Selecione o animal 1'
promptalias 'animal1'
endif
if not @findobject 'animal2'
headmsg 'Selecione o animal 2'
promptalias 'animal2'
endif
if skill 'provocation' < 100.1
useskill 'Provocation'
waitfortarget 15000
target! 'animal1'
waitfortarget 15000
target! 'animal2'
pause 3200
else
headmsg 'Macro Finalizado!'
stop
endif