Akirane / XIVHotbar

13 stars 9 forks source link

Added //input action type to player.lua and updated readme.md #14

Closed samuel-reyes closed 3 years ago

samuel-reyes commented 3 years ago

I was trying to get it working so that I could send commands over to my alternate character using the Windower send plugin but couldn't figure it out. Eventually I found player.lua and saw it was implemented, and got that working. But I also needed to add some commands using the //input functionality of windower. Seeing as player.lua did not have that, I added 2 lines to give it that ability. My configs started working once the line was added. My readme.md updates show how I use it (in my case for /assist).

Akirane commented 3 years ago

Thanks for the contribution!

samuel-reyes commented 3 years ago

Of course! Happy to help :)