diff --git a/nwn-2-gui-scripting.md b/nwn-2-gui-scripting.md index d7967b7..741f9e2 100644 --- a/nwn-2-gui-scripting.md +++ b/nwn-2-gui-scripting.md @@ -171,7 +171,7 @@ This element the first in the XML file and is always open and never closed. All ``` -## `priority` attribute +## priority attribute | Value | Usage | |-------------------------------------|-----------------------------------------------------------------------| @@ -486,7 +486,7 @@ Note: UICollapsable inside other UICollapsable will be be badly offset by the he # Special files -## `contextmenu.xml` +## contextmenu.xml ### UIScene Using the `OnAdd` event to trigger `UIObject_Misc_ExecuteServerScript` will prevent the GUI from loading. @@ -518,9 +518,9 @@ The `node` property refers to an existing `UIRadialNode`'s `name` property. - `UIPortrait` - `UITextTree` -## `stylesheet.xml` +## stylesheet.xml -## `fontfamily.xml` +## fontfamily.xml ---