Here's how to do it in Lua using MUSH Client: Alias: ^get (.*?)$ with regex. Obviously could be made simplerrequire("json") require("tprint") socket = require("socket.http&qu… (View Post)
alias t * announce = GetVariable("announceTarget") or "0" SetVariable("target", "%1") if announce == "1" then Send("rt Targeting: %1")end -… (View Post)