How can I get the following trigger to work??
<triggers>
<trigger
enabled="y"
expand_variables="y"
group="Basic - Support"
match="^(.*?) says \'(.*?) me\'$"
regexp="y"
send_to="12"
sequence="100"
>
<send>if "%1" == "self" then
world.send ("say Not going to happen")
elseif "%1" == "anythingotherthanthewordself" then
world.send ("cast %2 %1")
end</send>
</trigger>
</triggers>
<triggers>
<trigger
enabled="y"
expand_variables="y"
group="Basic - Support"
match="^(.*?) says \'(.*?) me\'$"
regexp="y"
send_to="12"
sequence="100"
>
<send>if "%1" == "self" then
world.send ("say Not going to happen")
elseif "%1" == "anythingotherthanthewordself" then
world.send ("cast %2 %1")
end</send>
</trigger>
</triggers>