Hello.
I have 4 things I tried to code but have failed at because they are mutiple line triggers:
1. Pursue trigger:
MUD Output:
Nick flees head over heels! (yellow text)
Nick flies west. (white text)
MUSHclient Send:
west
murder 0.Nick
Note:
On the 'Nick flies west.' line, the direction will change
and needs to be reflected on the pursue direction. The
'flies' changes, and needs to be a closed 1-word field variable because it can be 'flies, floats, walks, etc'.
And finally, we need to do 'Nick flies somewhere' and have that send 'enter' for the direction.
2. Set/Off Switch.
MUSHclient Switch:
pursue Nick (turns on triggers for nick)
pursue off (turns triggers off)
When 'pursue Nick' is set I'd like it to turn on #3 and #4
but when switch is 'Pursue off' I'd like #3 and #4 turned off.
-------------------------------------------------------
3.
MUD Output
Nick flies in from the west. (white)
MUSHclient Send:
murder 0.Nick
(and the 'nick' needs to be set by the Pursue switch.
'flies' and 'west' both need to be 1-word variables will change but do not affect trigger output.)
-------------------------------------------------------
4.
MUD Output
Nick flies west. (white)
MUSHclient Send:
west
murder 0.nick
('nick' needs to be set with the Pursue switch. 'west' will change and needs to be sent as output direction.)
--------------------------------------------------------
This has always been a very fun idea and will put me closer
to my goals of writing pursue triggers for an ARENA-PK
vampire.
Thanks for any ideas or code you guys can offer:
Pattkinson
I have 4 things I tried to code but have failed at because they are mutiple line triggers:
1. Pursue trigger:
MUD Output:
Nick flees head over heels! (yellow text)
Nick flies west. (white text)
MUSHclient Send:
west
murder 0.Nick
Note:
On the 'Nick flies west.' line, the direction will change
and needs to be reflected on the pursue direction. The
'flies' changes, and needs to be a closed 1-word field variable because it can be 'flies, floats, walks, etc'.
And finally, we need to do 'Nick flies somewhere' and have that send 'enter' for the direction.
2. Set/Off Switch.
MUSHclient Switch:
pursue Nick (turns on triggers for nick)
pursue off (turns triggers off)
When 'pursue Nick' is set I'd like it to turn on #3 and #4
but when switch is 'Pursue off' I'd like #3 and #4 turned off.
-------------------------------------------------------
3.
MUD Output
Nick flies in from the west. (white)
MUSHclient Send:
murder 0.Nick
(and the 'nick' needs to be set by the Pursue switch.
'flies' and 'west' both need to be 1-word variables will change but do not affect trigger output.)
-------------------------------------------------------
4.
MUD Output
Nick flies west. (white)
MUSHclient Send:
west
murder 0.nick
('nick' needs to be set with the Pursue switch. 'west' will change and needs to be sent as output direction.)
--------------------------------------------------------
This has always been a very fun idea and will put me closer
to my goals of writing pursue triggers for an ARENA-PK
vampire.
Thanks for any ideas or code you guys can offer:
Pattkinson