Pretty sure a thousand of these excist already but I'm bored 
Mine is super simple, but it works =)
Click on person to cad him/her, click on yourself to start radius.
Mine is super simple, but it works =)
Click on person to cad him/her, click on yourself to start radius.
Code: Select all
click2
{
if @my.right_item != "asklepian staff"
"/equip asklepian staf\r"
end if
if @click.name == @my.name
"/use\r"
else if @click.name == @click.name
"/use " @click.name "\r"
message "* Cadding: " @click.name " "
end if
}