skip navigation

Welcome, Guest [log in · register]
Cwn Annwn
Search
Page 1 of 1 1
Katran
Avatar

This little script converts “vendor where” output into directional input and pastes it into the command line. Uses “;” as the command stacking character.

Hit “vendor where 92” and speed there in an instant! Hurray!

#ONINPUT {vendor where} {
  #T+ "vendtrig"
  #ALARM +0.5 {#T- "vendtrig"}
  } "" {notrig}
#TRIGGER "vendtrig" {You sense that '*' ~(Managed by *~) may be located (*).$} {#INPUT %replace( "%1", ", ", ";")} "" {disable}

If you prefer, you can change #INPUT to #SEND to avoid having to hit Enter again. :p But you’ll have to do it like this (put this text inside the curly brackets instead of the #INPUT stuff):

#SEND %replace( "%1", ", ", %lf)

(#SEND does not echo your command input.)

Page 1 of 1 1