Skip to content

Instantly share code, notes, and snippets.

@KinoAR
Created November 21, 2016 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KinoAR/77d77153ff925907120b5d1b005e5c0b to your computer and use it in GitHub Desktop.
Save KinoAR/77d77153ff925907120b5d1b005e5c0b to your computer and use it in GitHub Desktop.
//=============================================================================
// Introduction
//=============================================================================
*
* This plugin is completely touched based at the moment. This is based off
* FF14's Grid Inventory system. As of right now, you have quite a few options
* in terms of grid size, and items. You can also have tabs based on your inven-
* tory size (multiple pages). It comes with a mini window to open the inventory.
*
//=============================================================================
// How To Use
//=============================================================================
*
* Simply click on the small inventory window to open up the large inventory.
* Click on an item icon to open the context menu.
* The context menu has 3 choices Use / Swap / Remove
*
* Use Item uses the item on the character of your choice. It opens
* up a menu with actor names. Click on an actor name to use the
* item on the actor.
*
* Swap Item
* Click swap item, then to swap an item click on the item you want to swap,
* then click on the position you want to swap to.
*
* Click remove item, if you want to remove the item from the inventory
* completely.
//=============================================================================
// Script Calls
//=============================================================================
*
* Cecilia.openInventory();
* Opens the inventory window.
*
* Cecilia.openSmallInventory();
* Opens the small inventory window.
*
* Cecilia.closeInventory();
* Closes the inventory window.
*
* Cecilia.closeSmallInventory();
* Closes the small inventory.
*
* These manage the large and small inventory window, so you can set up
* common events to handle opening or closing the inventory window.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment