so i have
^(\w+)\'s mana stands at (\d+)\/(\d+)\.$
to send
if math.floor (%2/%3 * 100) < 50 then
Send("slap @target")
end
sending to the script with expand variables box checked and regular expression checked
However nothing is firing ...what is wrong with my code
^(\w+)\'s mana stands at (\d+)\/(\d+)\.$
to send
if math.floor (%2/%3 * 100) < 50 then
Send("slap @target")
end
sending to the script with expand variables box checked and regular expression checked
However nothing is firing ...what is wrong with my code