Loader image
Loader image
Back to Top
 
New Haven RPG > Mudlet: Aliases – Help Please!

New HavenForumsOtherMudlet: Aliases – Help Please!

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts

  • Kaiser
    Participant

    What am I doing wrong here:

    Name: Neutralize Grenade
    Pattern: ^ng(.+)$

    Lua Code:
    local target = matches [2]
    send (“Neutralize” .. target)

    > Save Alias, Activate Alias


    Pingpongspiders
    Participant

    matches[2] shouldn’t have a space


    Kaiser
    Participant

    Unfortunately that wasn’t the issue, it wasn’t spaced in the actual lua code, just human error here on the forums.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.