Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Looking for more active discussion? Join our Discord at https://discord.gg/x2s7fY6

Kraz

About

Username
Kraz
Joined
Visits
0
Last Active
Roles
No Roles
Points
44

Comments

  • Fixed the alias so the bug was gone, but is inactive. As in, I type in the alias command and it does nothing. No claw, whispers or contemplate.

    Edit:

    Got it to claw but still not getting whispers or contemplate to fire.
    in Combat alias Comment by Kraz August 2014
  • Okay.

    Lua syntax error:[string "function alias568()..."]:4 ')' expected near '"..nextWhisper[1].."'

    local nextWhisper = getNextPriority("whisper", 2)
    send("claw " ..target)
    send("dwhisper " "..nex…
    in Combat alias Comment by Kraz August 2014
  • To elaborate.

    I'm attempting to make an alias that will look, similar to this, but work.


    local nextWhisper = getNextPriority("whisper", 2)
    send("claw " ..target)
    send("dwhisper " "..whisper[1].." " ..whisper[2].…
    in Combat alias Comment by Kraz August 2014
  • I'm on mudlet, so I think that's Lua.
    in Combat alias Comment by Kraz August 2014