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)
Comments
In mudlet:
Um, a suggestion I could make is the following. Make an alias
Pattern: ^fling () (.*)$
Code(The big box, not the substitution line.)