Search found 3 matches

by xephon99
Sat Jan 09, 2021 4:28 am
Forum: Help Forum
Topic: Define a variable with a trigger
Replies: 2
Views: 2234

Re: Define a variable with a trigger

Thank you that worked great.
by xephon99
Fri Jan 08, 2021 9:49 am
Forum: Help Forum
Topic: Define a variable with a trigger
Replies: 2
Views: 2234

Define a variable with a trigger

I am very new to Mudllet and come from using Z/Cmud. I want to make a trigger that defines a variable that a second trigger will then pull from. trigger 1 string= Your Judge hit (.*) for then create or modify a variable called target to the text after Hit and before For The second trigger is string=...
by xephon99
Thu Jul 09, 2020 5:03 am
Forum: Help Forum
Topic: alias / trigger help
Replies: 0
Views: 5622

alias / trigger help

I want to automate some spell casting. for the alias when I type ench boots , I want to cast 1 spell, wait 5 seconds and cast a second spell. I tried the following but it only does the first part. Pattern ^ench (\w+)$ send("ll " .. matches[2]) tempTimer(3, function() send ("cb " ...