TrashBasher Posted August 12, 2019 Posted August 12, 2019 Hi, I just started Homecoming and am thrilled to be back. I use to use a bind /bind q "follow"$$targetenemynear" but I can't seem to get it working. Any ideas? What it does is trigger follow, but not the targeting.
Shazzie Posted August 12, 2019 Posted August 12, 2019 Have you tried the reverse, /bind q target_enemy_near$$follow ? I believe that's the command I used.
Ironblade Posted August 12, 2019 Posted August 12, 2019 You have 3 quotation marks in there. That may be messing things up. They should generally be in pairs and you don't actually need any for those commands. Originally on Infinity. I have Ironblade on every shard. - My only AE arc: The Origin of Mark IV (ID 48002) Link to the story of Toggle Man, since I keep having to track down my original post.
FrostyDelicious Posted August 12, 2019 Posted August 12, 2019 the $$ syntax is the command for "do this next". The whole command should only be in two quotation marks if im not mistaken. so the command could look something like /bind q "follow$$target_enemy_near" The problem here is that you are asking the command to follow before it targets anything so as said above the reverse would work since you target first then follow. /bind q "target_enemy_near$$follow" hope this works! 2
TrashBasher Posted August 12, 2019 Author Posted August 12, 2019 (edited) Ok, got it /bind q "target_enemy_near$$follow" worked. It appears Homecoming interprets in left to right and you need quotes due to the $$ in the middle. Edited August 12, 2019 by TrashBasher
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