edited August 2014 in ORK Support
I'm not sure if this is possible (and, haven't thoroughly gone through the code base yet)
but, is it possible to create a standard GUI.Button script that displays the inventory menu when pressed?

  • Sure - either use a Control type HUD to create a virtual control of the input key that calls your menu, or write your own little script that displays the button and calls the menu like this:

    ORK.MenuScreens.Get(int index).Show();
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.