Ok so this is the code:
<setup action>
clear battle log
display action
immortal: targets, true
perform start
wait for movement
cast animation
wait for animation
</setup action>
<whole action>
</whole action>
<target action>
<target action>
if user.equips()[0].wtypeId === ShlingShot
move user: 25
motion attack: user
motion wait: user
action animation
action effect: target
else
move user: targets, front, 10
wait for movement
camera screen: target, front center, 15
camera focus: target, front center, 15
wait for camera
perform action
motion attack: user
action animation
wait for animation
action effect: target
death break
</target action>
<follow action>
</follow action>
<finish action>
immortal: targets, false
wait for new line
clear battle log
perform finish
wait for movement
wait for effect
</finish action>
And I'll send Images of the Plugin Manager