Okay I want my trigger to send a command, as well as add world notes. here is what I have
<triggers>
<trigger
custom_colour="11"
enabled="y"
match="^You remove a canvas backpack\.$"
regexp="y"
send_to="12"
sequence="100"
>
<send>world.ColourNote('Orange', 'black', 'WARNING:')
world.ColourNote('Orange', 'black', 'Theft Attempt!')
</send>
</trigger>
</triggers>
I just don't know how to send something to the world. Also, is there a way to highlight a multi-line trigger? MC blocks the ways to do it in the windows itself. thanks
<triggers>
<trigger
custom_colour="11"
enabled="y"
match="^You remove a canvas backpack\.$"
regexp="y"
send_to="12"
sequence="100"
>
<send>world.ColourNote('Orange', 'black', 'WARNING:')
world.ColourNote('Orange', 'black', 'Theft Attempt!')
</send>
</trigger>
</triggers>
I just don't know how to send something to the world. Also, is there a way to highlight a multi-line trigger? MC blocks the ways to do it in the windows itself. thanks