Hi when I use multiple_send plugin it sends to the second world window but doesn't trigger alias for that world. Is this possible? For example in world 2 I have an alias spellup that sends several spells however it won't trigger if I do #2 spellup. I'm assuming I would need to figure out how to send it to the second world window as execute instead of world input. Thanks for any help.
multiple_send to an alias
Posted by Tratillo on Sun 06 Sep 2020 04:38 AM — 2 posts, 11,241 views.
Assuming you are using the plugin I think you are, change:
to:
You do this in two places.
sndworld.send wildcards(2)
to:
sndworld.Execute wildcards(2)
You do this in two places.