Normal
Nope @ wusel...the id id says nothing about the linked item!the <hyperlink></hyperlink> parameter is used for for that! [CODE=XML] <control> <description>Kylo</description> <type>button</type> <id>3</id> <posX>52</posX> <posY>613</posY> <width>594</width> <height>241</height> <textureFocus>basichome_menu_item_label_overlay.png</textureFocus> <textureNoFocus>basichome_menu_item_label_overlay.png</textureNoFocus> <hyperlink>30</hyperlink>[/code] Change the Hyperlink parameter to the value of the xml file you want to link to. The xml file has got an <id></id> tag on top...copy it and replace the current hyperlink id inside your basichome!
Nope @ wusel...the id id says nothing about the linked item!
the <hyperlink></hyperlink> parameter is used for for that!
[CODE=XML] <control>
<description>Kylo</description>
<type>button</type>
<id>3</id>
<posX>52</posX>
<posY>613</posY>
<width>594</width>
<height>241</height>
<textureFocus>basichome_menu_item_label_overlay.png</textureFocus>
<textureNoFocus>basichome_menu_item_label_overlay.png</textureNoFocus>
<hyperlink>30</hyperlink>[/code]
Change the Hyperlink parameter to the value of the xml file you want to link to. The xml file has got an <id></id> tag on top...copy it and replace the current hyperlink id inside your basichome!