menu in Quest5
SamIam
20 Sept 2011, 15:22I'm new to Quest5. In Quest4, I could create a menu that a player could select items from and then call it when needed. How do I do this in Quest5?
Alex
20 Sept 2011, 15:31You need to use the ShowMenu function, http://quest5.net/wiki/ShowMenu
There is a (far too brief) article here http://quest5.net/wiki/Showing_a_menu which I need to expand at some point.
There is a (far too brief) article here http://quest5.net/wiki/Showing_a_menu which I need to expand at some point.
SamIam
24 Sept 2011, 22:51I got the menu to popup but now how do I get the if statement. If the person selected "this" then do "that". Never mind I figured it out. I made a string attribute then made the If statement look at it. Don't know if that was proper procedure but that's what I did and it worked.