MightyBob Posted May 13 Posted May 13 I'm trying to create a bind that shows a targets location in broadcast i.e. Babbage. I would like it to be generic so it can be used for Kronos Titans, Babbage, etc. I can get it to display both name and location but not in the right order. I know binds work in reverse order and that is causing me a problem with $Target due to the $$ designating an additional command. If I use /bind numpad1 "broadcast $Target$$loc" then I get the location on one line followed by the target name. If I reverse the two I get "Unknown command $Target". Any suggestions? I'm sure someone has this already but I'm stumbling over it. Thanks in advance.
Captain Fabulous Posted May 13 Posted May 13 (edited) Try /bind numpad1 "broadcast $target $loc" Edited May 13 by Captain Fabulous 2 1 1
SeraphimKensai Posted May 13 Posted May 13 For future reference the $$ acts sort of as a line break separating commands, so that's why your original version had issue.
Psyonico Posted May 13 Posted May 13 1 hour ago, SeraphimKensai said: For future reference the $$ acts sort of as a line break separating commands, so that's why your original version had issue. Expanding on this, technically you only needed 1 command to do your bind, a /broadcast. The $$ basically says “now run this 2nd slash command” What this team needs is more Defenders
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now