MMOMinion

Full Version: Getting started with lua
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm relatively new to lua and wanted to create a really basic proof of concept private addon.  Basically, I just want to add a button to the mmominion -> FFXIVMinion menu that when pressed will flee to a safe spot (similar to how the bot responds to low hp events in grind mode, but without any conditions). 

I'm hoping this shows me how to do everything to get a menu item added to the menu, which i can then build on to develop my scripting.

I've reviewed the wiki but honestly I'm not really sure where to begin.  Any pointers would be appreciated...not expecting a how-to, just some guidance to get started.

Cheers
Check the ffxiv.lua.
Look at other buttons and just make an on press function()
<p>
(07-11-2018, 12:24 AM)sebbs Wrote: [ -> ]Check the ffxiv.lua.
Look at other buttons and just make an on press function()

</p><p><br></p><p>Is this still a way to learn?</p>