Trigger:
CODE
{<}(Party): {w} says, "Target: {w}."{>}
Script:CODE
#set t $2
#echo Target is: $2
#echo Target is: $2
I need to know how to do the same thing in Zmud and Mush.
For instance.
(Party): Trici says, "Target: Aegis."
I want to replace Trici and Aegis with a wildcard, then use the second value as the target.
I was also curious, if I wanted to make an alias, such as this in Nexus.
Alias:
CODE
sct
Script:CODE
#set $t $1
pt Target: $1
pt Target: $1
How would this work in Zmud/Mush?
If anyone knows some good tutorials, instead of just answering my questions, I would appreciate those instead! Like the one Achaea has for Nexus, that explains what each function. I wanted to start learning to make my own system, but I need the basics.
