ElDestructo Posted December 30, 2023 Share Posted December 30, 2023 Can someone give me a hand with a macro? I was given this string my someone, it works for them. I can not figure out why it works for him and not me. The bind is supposed to create a button that say Teleporting <selected team members name> then activate the Teleport Target power. I should see the white circles on the ground to select where I want to teleport the target to. Instead it posts the the text but does not activate the power. The attached image shows what it looks like when I click edit on the button that is created. /macro TT team Teleporting $target $$incomePowexec_name Teleport Target Thanks Link to comment Share on other sites More sharing options...
PartyKake Posted December 30, 2023 Share Posted December 30, 2023 (edited) Just to be sure, you're not trying this out on another player are you? They might have the option set to auto-reject forced teleportation from allies. This is what I see after typing in that macro. Did you insert those quotation marks at some point? Edited December 30, 2023 by PartyKake 1 Link to comment Share on other sites More sharing options...
PartyKake Posted December 30, 2023 Share Posted December 30, 2023 I gave it a few tries, but even /macro TT "team Teleporting $target $$Powexecname Teleport Target" didn't work. I'm not sure what the command is, but I'm pretty sure your command to execute the power is the part that's broken. It just isn't using that power. 1 Link to comment Share on other sites More sharing options...
SuperPlyx Posted December 30, 2023 Share Posted December 30, 2023 (edited) try it without the space after $target: /macro TT "team Teleporting $target$$Powexecname Teleport Target" edit to add, this one worked for me Edited December 30, 2023 by SuperPlyx 1 Link to comment Share on other sites More sharing options...
PartyKake Posted December 30, 2023 Share Posted December 30, 2023 (edited) Was just going to add, this one worked for me: /macro TP "team Hey $target, buckle up and sit still for teleport!$$powexecname teleport target" Looks like the space was the culprit. Special thanks to Arklide from the community discord. Edited December 30, 2023 by PartyKake 1 Link to comment Share on other sites More sharing options...
ElDestructo Posted January 1 Author Share Posted January 1 Thank you all. IT WORKS!!!!!!! thanks :) Link to comment Share on other sites More sharing options...
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