<module(..., package.seeall);
<triggers>
<trigger
enabled="y"
keep_evaluating="n"
name="Aeon"
omit_from_output="n"
regexp="y"
sequence="100"
script="Curing"
match="="^.* stands a tarot on his open palm\, and blows it lightly at you\. .*$"
</trigger>
require "wait"
wait.make (function ()
world.Send (world.Setoption ("enable_triggers",0)
wait.time (0)
world.Send (inject demulcent\nworld.Setoption("enable_triggers",1),"1")
world.Note ("Attempting to cure Aeon. Standby)
end)
</send>
</trigger>
</triggers>
Something's wrong with the syntax. I keep getting the error message A letter or underscore should precede the attribute value instead of (. This trigger is supposed to switch off all triggers, cure, then switch triggers back on again.
<triggers>
<trigger
enabled="y"
keep_evaluating="n"
name="Aeon"
omit_from_output="n"
regexp="y"
sequence="100"
script="Curing"
match="="^.* stands a tarot on his open palm\, and blows it lightly at you\. .*$"
</trigger>
require "wait"
wait.make (function ()
world.Send (world.Setoption ("enable_triggers",0)
wait.time (0)
world.Send (inject demulcent\nworld.Setoption("enable_triggers",1),"1")
world.Note ("Attempting to cure Aeon. Standby)
end)
</send>
</trigger>
</triggers>
Something's wrong with the syntax. I keep getting the error message A letter or underscore should precede the attribute value instead of (. This trigger is supposed to switch off all triggers, cure, then switch triggers back on again.