New HavenForumsOtherMudlet: Aliases – Help Please!
Tagged: Aliases
What am I doing wrong here:
Name: Neutralize Grenade Pattern: ^ng(.+)$
Lua Code: local target = matches [2] send (“Neutralize” .. target)
> Save Alias, Activate Alias
matches[2] shouldn’t have a space
Unfortunately that wasn’t the issue, it wasn’t spaced in the actual lua code, just human error here on the forums.