In my opinion, the best approach to take is just DM acknowledgement. It doesn't have to be negative or nothing. This could be done in any number of ways if admin think a player's effort warrants an i… (View Post)
Make an alias: ^evade (\w+)$ if tonumber(gmcp.Char.Vitals.mounted) > 0 then -- I am mounted send("qdmount"..snd.sep.."evade "..matches[2]) else -- I am not mounted send("e… (View Post)