View Single Post
04/14/14, 11:59 AM   #1
Artajörn
Join Date: Apr 2014
Posts: 19
Question How I can create a menu interface?

Hi,

I'm trying to create an interface like the one used by the character menu and I have the following questions:
  1. How I can toggle the menu by pressing the "0" key? I've tried with:

    Code:
    <OnKeyDown key="KEY_0">
        ToggleMenuWindow ()
    </OnKeyDown>
    and with:

    Code:
    <OnKeyDown command="KEY_0">
        ToggleMenuWindow ()
    </OnKeyDown>
    but they don't work.
  2. Which is the style used by the menu window? I have proved with ZO_DefaultBackdrop but it isn't that.
  3. How I can toggle the interface mode? That one in which the camera focuses on the character and he looks to the player.

Regards and thanks in advance.

Last edited by Artajörn : 04/15/14 at 01:03 PM.
  Reply With Quote