Hey, I need some help in setting up a trigger that includes variables, which I'm not too great at.
I used that, which I copied from the FAQ and edited to work in my MUD. I copied it using the copy key on the trigger menu.
What I'm trying to do is make it so when any target says my name and bless, it will target them and bless them. It seemed fairly simple, but I am having a very hard time getting it to work. It doesn't fire at all, and I'm not handy with triggers like this, so I was wondering if someone here could take a look at it and diagnose my problem.
<triggers>
<trigger
enabled="y"
expand_variables="y"
match="@target *uub*bless*"
regexp="y"
sequence="100"
>
<send>foc 'bless' @target</send>
</trigger>
</triggers>
I used that, which I copied from the FAQ and edited to work in my MUD. I copied it using the copy key on the trigger menu.
What I'm trying to do is make it so when any target says my name and bless, it will target them and bless them. It seemed fairly simple, but I am having a very hard time getting it to work. It doesn't fire at all, and I'm not handy with triggers like this, so I was wondering if someone here could take a look at it and diagnose my problem.