Anyone have a tarot charge card, tarot fling script?

It's troublesome having to charge cards and then fling. Does anyone have a script for this?

Comments

  • NizarisNizaris The Holy City of Mhaldor
    If you don't find anything here, @Marqee, hook up with me in-game and we'll figure it out.
    image
  • is this Mudlet, or the HTML5 client?

    In mudlet:
    Um, a suggestion I could make is the following. Make an alias
    Pattern: ^fling () (.*)$
    Code(The big box, not the substitution line.)
    --send("outd 1 " .. matches[2]) --Remove the first two -'s if you, like me, keep your cards in your deck until needed.
    send("charge " .. matches[2])
    tempTimer(4, function()
        send(matches[1])
    end)
Sign In or Register to comment.