The syntax for the attack will be covered in that skill's file. If you're trying to use the Hack ability in Savagery, for instance, you'd do AB SAVAGERY HACK.
Savagery claims the syntax is "POLE HACK target", so in your script, you'd do send("pole hack " .. target)
Comments
alias code: target = matches[2]
echo("\nTarget changed to: "..target)
for whatever else
send("attack "..target) - just an example, of course.
Entropy Curing System for Mudlet - FREE!
Savagery claims the syntax is "POLE HACK target", so in your script, you'd do send("pole hack " .. target)