TrashBasher Posted August 12, 2019 Share 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. Link to comment Share on other sites More sharing options...
Shazzie Posted August 12, 2019 Share Posted August 12, 2019 Have you tried the reverse, /bind q target_enemy_near$$follow ? I believe that's the command I used. Link to comment Share on other sites More sharing options...
Ironblade Posted August 12, 2019 Share 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 comment Share on other sites More sharing options...
FrostyDelicious Posted August 12, 2019 Share 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 Link to comment Share on other sites More sharing options...
TrashBasher Posted August 12, 2019 Author Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts