1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/gui/test/3_session.xml

1043 lines
62 KiB
XML
Executable File

<?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
<!DOCTYPE objects SYSTEM "../gui.dtd">
<!--
==========================================
- SESSION GUI -
==========================================
-->
<objects>
<object type="empty" name="session_gui" hotkey="flipgui.toggle" size="0 0 100% 100%" z="1" hidden="true">
// <action on="Load"><![CDATA[
// setInterval(getObjectInfo, 50);
// ]]></action>
<action on="Press"><![CDATA[
FlipGUI();
]]></action>
<action on="Tick"><![CDATA[
getObjectInfo();
]]></action>
<!-- GROUP: GROUP PANE -->
<object type="empty" name="session_group_pane" hotkey="grouppane.toggle" size="0 0 100% 100%" z="1" hidden="true">
<action on="Press"><![CDATA[
GUIObjectToggle("session_group_pane");
]]></action>
<object type="text" name="session_group_pane_bg" sprite="sprite1" z="60" ghost="true" hidden="false"/>
<!-- First row. -->
<object type="button" name="session_group_pane_portrait_1" style="portrait" z="60" hidden="false">1
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 0);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_1_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_2" style="portrait" z="60" hidden="false">2
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 1);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_2_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_3" style="portrait" z="60" hidden="false">3
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 2);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_3_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_4" style="portrait" z="60" hidden="false">4
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 3);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_4_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_5" style="portrait" z="60" hidden="false">5
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 4);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_5_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_6" style="portrait" z="60" hidden="false">6
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 5);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_6_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_7" style="portrait" z="60" hidden="false">7
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 6);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_7_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_8" style="portrait" z="60" hidden="false">8
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 7);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_8_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_9" style="portrait" z="60" hidden="false">9
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 8);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_9_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_10" style="portrait" z="60" hidden="false">10
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 9);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_10_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_11" style="portrait" z="60" hidden="false">11
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 10);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_11_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_12" style="portrait" z="60" hidden="false">12
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 11);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_12_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_13" style="portrait" z="60" hidden="false">13
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 0, 12);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_13_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<!-- Second row. -->
<object type="button" name="session_group_pane_portrait_14" style="portrait" z="60" hidden="false">14
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 0);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_14_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_15" style="portrait" z="60" hidden="false">15
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 1);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_15_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_16" style="portrait" z="60" hidden="false">16
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 2);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_16_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_17" style="portrait" z="60" hidden="false">17
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 3);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_17_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_18" style="portrait" z="60" hidden="false">18
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 4);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_18_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_19" style="portrait" z="60" hidden="false">19
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 5);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_19_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_20" style="portrait" z="60" hidden="false">20
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 6);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_20_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_21" style="portrait" z="60" hidden="false">21
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 7);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_21_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_22" style="portrait" z="60" hidden="false">22
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 8);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_22_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_23" style="portrait" z="60" hidden="false">23
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 9);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_23_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_24" style="portrait" z="60" hidden="false">24
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 10);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_24_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_25" style="portrait" z="60" hidden="false">25
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 11);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_25_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<!-- Third row. -->
<object type="button" name="session_group_pane_portrait_26" style="portrait" z="60" hidden="false">26
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 1, 12);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_26_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_27" style="portrait" z="60" hidden="false">27
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 0);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_27_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_28" style="portrait" z="60" hidden="false">28
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 1);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_28_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_29" style="portrait" z="60" hidden="false">29
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 2);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_29_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_30" style="portrait" z="60" hidden="false">30
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 3);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_30_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_31" style="portrait" z="60" hidden="false">31
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 4);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_31_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_32" style="portrait" z="60" hidden="false">32
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 5);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_32_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_33" style="portrait" z="60" hidden="false">33
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 6);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_33_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_34" style="portrait" z="60" hidden="false">34
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 7);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_34_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_35" style="portrait" z="60" hidden="false">35
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 8);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_35_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_36" style="portrait" z="60" hidden="false">36
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 9);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_36_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_37" style="portrait" z="60" hidden="false">37
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 10);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_37_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_38" style="portrait" z="60" hidden="false">38
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 11);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_38_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<!-- Fourth row. -->
<object type="button" name="session_group_pane_portrait_39" style="portrait" z="60" hidden="false">39
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 2, 12);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_39_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_40" style="portrait" z="60" hidden="false">40
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 0);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_40_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_41" style="portrait" z="60" hidden="false">41
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 1);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_41_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_42" style="portrait" z="60" hidden="false">42
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 2);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_42_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_43" style="portrait" z="60" hidden="false">43
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 3);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_43_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_44" style="portrait" z="60" hidden="false">44
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 4);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_44_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_45" style="portrait" z="60" hidden="false">45
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 5);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_45_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_46" style="portrait" z="60" hidden="false">46
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 6);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_46_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_47" style="portrait" z="60" hidden="false">47
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 7);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_47_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_48" style="portrait" z="60" hidden="false">48
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 8);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_48_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_49" style="portrait" z="60" hidden="false">49
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 9);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_49_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_50" style="portrait" z="60" hidden="false">50
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 10);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_50_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_51" style="portrait" z="60" hidden="false">51
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 11);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_51_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
<object type="button" name="session_group_pane_portrait_52" style="portrait" z="60" hidden="false">51
<action on="Load"><![CDATA[
AddSizeGroupPane(this.name, 3, 12);
]]></action>
</object>
<object type="progressbar" name="session_group_pane_portrait_52_bar" style="group_portrait_bar" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeGroupPaneBar(this.name);
]]></action>
</object>
</object>
<!-- GROUP: RESOURCE BAR -->
<object type="empty" name="session_top_bar" hotkey="resourcepool.toggle" size="0 0 100% 100%" z="1" hidden="false">
<action on="Press"><![CDATA[
GUIObjectToggle("session_top_bar");
]]></action>
<object type="button" name="resource_food_counter" sprite="resource_food_counter" style="resource_counter" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_resource_food_x, -crd_resource_food_y-crd_resource_counter_height, crd_resource_food_x+crd_resource_counter_width, -crd_resource_food_y, mid_screen, bottom_screen, mid_screen, bottom_screen,
crd_resource_food_x, crd_resource_food_y, crd_resource_food_x+crd_resource_counter_width, crd_resource_food_y+crd_resource_counter_height, mid_screen, top_screen, mid_screen, top_screen);
]]></action>
</object>
<object type="button" name="resource_wood_counter" sprite="resource_wood_counter" style="resource_counter" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_resource_wood_x, -crd_resource_wood_y-crd_resource_counter_height, crd_resource_wood_x+crd_resource_counter_width, -crd_resource_wood_y, mid_screen, bottom_screen, mid_screen, bottom_screen,
crd_resource_wood_x, crd_resource_wood_y, crd_resource_wood_x+crd_resource_counter_width, crd_resource_wood_y+crd_resource_counter_height, mid_screen, top_screen, mid_screen, top_screen);
]]></action>
</object>
<object type="button" name="resource_stone_counter" sprite="resource_stone_counter" style="resource_counter" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_resource_stone_x, -crd_resource_stone_y-crd_resource_counter_height, crd_resource_stone_x+crd_resource_counter_width, -crd_resource_stone_y, mid_screen, bottom_screen, mid_screen, bottom_screen,
crd_resource_stone_x, crd_resource_stone_y, crd_resource_stone_x+crd_resource_counter_width, crd_resource_stone_y+crd_resource_counter_height, mid_screen, top_screen, mid_screen, top_screen);
]]></action>
</object>
<object type="button" name="resource_ore_counter" sprite="resource_ore_counter" style="resource_counter" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_resource_ore_x, -crd_resource_ore_y-crd_resource_counter_height, crd_resource_ore_x+crd_resource_counter_width, -crd_resource_ore_y, mid_screen, bottom_screen, mid_screen, bottom_screen,
crd_resource_ore_x, crd_resource_ore_y, crd_resource_ore_x+crd_resource_counter_width, crd_resource_ore_y+crd_resource_counter_height, mid_screen, top_screen, mid_screen, top_screen);
]]></action>
</object>
<object type="button" name="resource_population_counter" sprite="resource_population_counter" style="resource_counter" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_resource_population_x, -crd_resource_population_y-crd_resource_counter_height, crd_resource_population_x+crd_resource_counter_long_width, -crd_resource_population_y, mid_screen, bottom_screen, mid_screen, bottom_screen,
crd_resource_population_x, crd_resource_population_y, crd_resource_population_x+crd_resource_counter_long_width, crd_resource_population_y+crd_resource_counter_height, mid_screen, top_screen, mid_screen, top_screen);
]]></action>
</object>
<!-- / GROUP: RESOURCE BAR -->
</object>
<!-- GROUP: STATUS ORB -->
<object type="empty" name="session_status_orb" hotkey="statusorb.toggle" size="0 0 100% 100%" z="1" hidden="true">
<action on="Press"><![CDATA[
GUIObjectToggle("session_status_orb");
]]></action>
<!-- STATUS ORB BACKGROUND -->
<object type="button" name="session_panel_status_bg" z="70" ghost="true" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_bkg_x, crd_status_orb_bkg_y, crd_status_orb_bkg_x+crd_status_orb_bkg_width, crd_status_orb_bkg_y+crd_status_orb_bkg_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_bkg_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height, crd_status_orb_bkg_x+crd_status_orb_bkg_width, -crd_status_orb_bkg_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- PLAYER / CIV NAME HEADING -->
<object type="text" name="session_panel_status_heading" font="verdana10" textcolor="200 200 200" text-align="center" ghost="true" z="70" hidden="false">Acumen [icon=bullet_icon] Pre-Imperial Romans
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_heading_x, crd_status_orb_heading_y, crd_status_orb_heading_x+crd_status_orb_heading_width, crd_status_orb_heading_y+crd_status_orb_heading_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_heading_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_heading_y, crd_status_orb_heading_x+crd_status_orb_heading_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_heading_y+crd_status_orb_heading_height, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- SELECTED UNIT LARGE PORTRAIT -->
<object type="button" name="session_panel_status_portrait" style="portrait" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_portrait_x, crd_status_orb_portrait_y, crd_status_orb_portrait_x+crd_status_orb_portrait_width, crd_status_orb_portrait_y+crd_status_orb_portrait_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_portrait_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_portrait_y, crd_status_orb_portrait_x+crd_status_orb_portrait_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_portrait_y+crd_status_orb_portrait_height, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- RANK ICON -->
<object type="button" name="session_panel_status_icon_rank" ghost="true" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_rank_x, crd_status_orb_rank_y, crd_status_orb_rank_x+crd_status_orb_rank_width, crd_status_orb_rank_y+crd_status_orb_rank_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_rank_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_rank_y, crd_status_orb_rank_x+crd_status_orb_rank_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_rank_y+crd_status_orb_rank_height, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- HITPOINTS BAR -->
<object type="progressbar" name="session_panel_status_icon_hp_bar" style="group_portrait_bar" sprite-background="back-bar" ghost="true" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_hpbar_x, crd_status_orb_hpbar_y, crd_status_orb_hpbar_x+crd_status_orb_hpbar_width, crd_status_orb_hpbar_y+crd_status_orb_hpbar_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_hpbar_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_hpbar_y, crd_status_orb_portrait_x+crd_status_orb_hpbar_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_hpbar_y+crd_status_orb_hpbar_height, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- HITPOINTS TEXT -->
<object type="button" name="session_panel_status_icon_hp_text" font="verdana10" textcolor="0 255 0" text-align="left" text-valign="center" ghost="true" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_hpbar_text_x, crd_status_orb_hpbar_text_y, crd_status_orb_hpbar_text_x+crd_status_orb_hpbar_text_width, crd_status_orb_hpbar_text_y+crd_status_orb_hpbar_text_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_hpbar_text_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_hpbar_text_y, crd_status_orb_hpbar_text_x+crd_status_orb_hpbar_text_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_hpbar_text_y+crd_status_orb_hpbar_text_height, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- EXPERIENCE BAR -->
<object type="progressbar" name="session_panel_status_icon_xp_bar" style="up_bar" sprite-background="back-bar" ghost="true" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_xpbar_x, crd_status_orb_xpbar_y, crd_status_orb_xpbar_x+crd_status_orb_xpbar_width, crd_status_orb_xpbar_y+crd_status_orb_xpbar_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_xpbar_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_xpbar_y, crd_status_orb_portrait_x+crd_status_orb_xpbar_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_xpbar_y+crd_status_orb_xpbar_height, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- EXPERIENCE TEXT -->
<object type="button" name="session_panel_status_icon_xp_text" font="verdana10" textcolor="255 255 0" text-align="left" text-valign="center" ghost="true" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_xpbar_text_x, crd_status_orb_xpbar_text_y, crd_status_orb_xpbar_text_x+crd_status_orb_xpbar_text_width, crd_status_orb_xpbar_text_y+crd_status_orb_xpbar_text_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_xpbar_text_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_xpbar_text_y, crd_status_orb_xpbar_text_x+crd_status_orb_xpbar_text_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_xpbar_text_y+crd_status_orb_xpbar_text_height, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- NAME TEXT -->
<object type="button" name="session_panel_status_name1" font="verdana12" textcolor="200 200 200" ghost="true" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_name1_x, crd_status_orb_name1_y, crd_status_orb_name1_x+crd_status_orb_name1_width, crd_status_orb_name1_y+crd_status_orb_name1_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_name1_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_name1_y, crd_status_orb_name1_x+crd_status_orb_name1_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_name1_y+crd_status_orb_name1_height, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- GARRISON COUNTER -->
<object type="button" name="session_panel_status_icon_garrison" textcolor="100 100 255" font="verdana11" text-align="left" text-valign="bottom" ghost="true" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_garrison_x, crd_status_orb_garrison_y, crd_status_orb_garrison_x+crd_status_orb_garrison_width, crd_status_orb_garrison_y+crd_status_orb_garrison_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_garrison_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_garrison_y, crd_status_orb_garrison_x+crd_status_orb_garrison_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_garrison_y+crd_status_orb_garrison_height, left_screen, bottom_screen, left_screen, bottom_screen);
getGUIObjectByName("session_panel_status_icon_garrison").caption = "[icon=icon_statistic_garrison] 23/30";
]]></action>
</object>
<!-- SUPPLY COUNTER -->
<object type="button" name="session_panel_status_icon_supply" textcolor="252 148 78" font="verdana11" text-align="left" text-valign="bottom" ghost="true" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_supply_x, crd_status_orb_supply_y, crd_status_orb_supply_x+crd_status_orb_supply_width, crd_status_orb_supply_y+crd_status_orb_supply_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_supply_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_supply_y, crd_status_orb_supply_x+crd_status_orb_supply_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_supply_y+crd_status_orb_supply_height, left_screen, bottom_screen, left_screen, bottom_screen);
getGUIObjectByName("session_panel_status_icon_supply").caption = "[icon=icon_resource_wood] 1575";
]]></action>
</object>
<!-- ATTACK STATS -->
<object type="text" name="session_panel_status_attack" font="verdana10" textcolor="200 200 200" ghost="true" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_attack_x, crd_status_orb_attack_y, crd_status_orb_attack_x+crd_status_orb_attack_width, crd_status_orb_attack_y+crd_status_orb_attack_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_attack_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_attack_y, crd_status_orb_attack_x+crd_status_orb_attack_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_attack_y+crd_status_orb_attack_height, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- ARMOUR STATS -->
<object type="text" name="session_panel_status_armour" font="verdana10" textcolor="200 200 200" ghost="true" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_armour_x, crd_status_orb_armour_y, crd_status_orb_armour_x+crd_status_orb_armour_width, crd_status_orb_armour_y+crd_status_orb_armour_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_armour_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_armour_y, crd_status_orb_armour_x+crd_status_orb_armour_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_armour_y+crd_status_orb_armour_height, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- OTHER STATS -->
<object type="text" name="session_panel_status_other" font="verdana10" textcolor="200 200 200" ghost="true" z="70" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_other_x, crd_status_orb_other_y, crd_status_orb_other_x+crd_status_orb_other_width, crd_status_orb_other_y+crd_status_orb_other_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_other_x, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_other_y, crd_status_orb_other_x+crd_status_orb_other_width, -crd_status_orb_bkg_y-crd_status_orb_bkg_height+crd_status_orb_armour_y+crd_status_orb_other_height, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- PRIMARY COMMAND BUTTONS (arcs the Status Orb) -->
<object type="button" name="session_panel_status_command_pri_1" style="portrait" textcolor="255 255 255" z="70" hidden="false">1
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_1_x, crd_status_orb_command_1_y, crd_status_orb_command_1_x+crd_status_orb_command_1_width, crd_status_orb_command_1_y+crd_status_orb_command_1_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_1_x, -crd_status_orb_command_1_y-crd_status_orb_command_1_height, crd_status_orb_command_1_x+crd_status_orb_command_1_width, -crd_status_orb_command_1_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_status_command_pri_2" style="portrait" textcolor="255 255 255" z="70" hidden="false">2
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_2_x, crd_status_orb_command_2_y, crd_status_orb_command_2_x+crd_status_orb_command_2_width, crd_status_orb_command_2_y+crd_status_orb_command_2_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_2_x, -crd_status_orb_command_2_y-crd_status_orb_command_2_height, crd_status_orb_command_2_x+crd_status_orb_command_2_width, -crd_status_orb_command_2_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_status_command_pri_3" style="portrait" textcolor="255 255 255" z="70" hidden="false">3
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_3_x, crd_status_orb_command_3_y, crd_status_orb_command_3_x+crd_status_orb_command_3_width, crd_status_orb_command_3_y+crd_status_orb_command_3_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_3_x, -crd_status_orb_command_3_y-crd_status_orb_command_3_height, crd_status_orb_command_3_x+crd_status_orb_command_3_width, -crd_status_orb_command_3_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_status_command_pri_4" style="portrait" textcolor="255 255 255" z="70" hidden="false">4
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_4_x, crd_status_orb_command_4_y, crd_status_orb_command_4_x+crd_status_orb_command_4_width, crd_status_orb_command_4_y+crd_status_orb_command_4_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_4_x, -crd_status_orb_command_4_y-crd_status_orb_command_4_height, crd_status_orb_command_4_x+crd_status_orb_command_4_width, -crd_status_orb_command_4_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_status_command_pri_5" style="portrait" textcolor="255 255 255" z="70" hidden="false">5
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_5_x, crd_status_orb_command_5_y, crd_status_orb_command_5_x+crd_status_orb_command_5_width, crd_status_orb_command_5_y+crd_status_orb_command_5_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_5_x, -crd_status_orb_command_5_y-crd_status_orb_command_5_height, crd_status_orb_command_5_x+crd_status_orb_command_5_width, -crd_status_orb_command_5_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_status_command_pri_6" style="portrait" textcolor="255 255 255" z="70" hidden="false">6
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_6_x, crd_status_orb_command_6_y, crd_status_orb_command_6_x+crd_status_orb_command_6_width, crd_status_orb_command_6_y+crd_status_orb_command_6_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_6_x, -crd_status_orb_command_6_y-crd_status_orb_command_6_height, crd_status_orb_command_6_x+crd_status_orb_command_6_width, -crd_status_orb_command_6_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_status_command_pri_7" style="portrait" textcolor="255 255 255" z="70" hidden="false">7
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_7_x, crd_status_orb_command_7_y, crd_status_orb_command_7_x+crd_status_orb_command_7_width, crd_status_orb_command_7_y+crd_status_orb_command_7_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_7_x, -crd_status_orb_command_7_y-crd_status_orb_command_7_height, crd_status_orb_command_7_x+crd_status_orb_command_7_width, -crd_status_orb_command_7_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_status_command_pri_8" style="portrait" textcolor="255 255 255" z="70" hidden="false">8
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_8_x, crd_status_orb_command_8_y, crd_status_orb_command_8_x+crd_status_orb_command_8_width, crd_status_orb_command_8_y+crd_status_orb_command_8_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_8_x, -crd_status_orb_command_8_y-crd_status_orb_command_8_height, crd_status_orb_command_8_x+crd_status_orb_command_8_width, -crd_status_orb_command_8_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_status_command_pri_9" style="portrait" textcolor="255 255 255" z="70" hidden="false">9
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_9_x, crd_status_orb_command_9_y, crd_status_orb_command_9_x+crd_status_orb_command_9_width, crd_status_orb_command_9_y+crd_status_orb_command_9_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_9_x, -crd_status_orb_command_9_y-crd_status_orb_command_9_height, crd_status_orb_command_9_x+crd_status_orb_command_9_width, -crd_status_orb_command_9_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_status_command_pri_10" style="portrait" textcolor="255 255 255" z="70" hidden="false">10
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_10_x, crd_status_orb_command_10_y, crd_status_orb_command_10_x+crd_status_orb_command_10_width, crd_status_orb_command_10_y+crd_status_orb_command_10_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_10_x, -crd_status_orb_command_10_y-crd_status_orb_command_10_height, crd_status_orb_command_10_x+crd_status_orb_command_10_width, -crd_status_orb_command_10_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_status_command_pri_11" style="portrait" textcolor="255 255 255" z="70" hidden="false">11
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_11_x, crd_status_orb_command_11_y, crd_status_orb_command_11_x+crd_status_orb_command_11_width, crd_status_orb_command_11_y+crd_status_orb_command_11_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_11_x, -crd_status_orb_command_11_y-crd_status_orb_command_11_height, crd_status_orb_command_11_x+crd_status_orb_command_11_width, -crd_status_orb_command_11_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_status_command_pri_12" style="portrait" textcolor="255 255 255" z="70" hidden="false">12
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_12_x, crd_status_orb_command_12_y, crd_status_orb_command_12_x+crd_status_orb_command_12_width, crd_status_orb_command_12_y+crd_status_orb_command_12_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_12_x, -crd_status_orb_command_12_y-crd_status_orb_command_12_height, crd_status_orb_command_12_x+crd_status_orb_command_12_width, -crd_status_orb_command_12_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_status_command_pri_13" style="portrait" textcolor="255 255 255" z="70" hidden="false">13
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_status_orb_command_13_x, crd_status_orb_command_13_y, crd_status_orb_command_13_x+crd_status_orb_command_13_width, crd_status_orb_command_13_y+crd_status_orb_command_13_height, left_screen, top_screen, left_screen, top_screen,
crd_status_orb_command_13_x, -crd_status_orb_command_13_y-crd_status_orb_command_13_height, crd_status_orb_command_13_x+crd_status_orb_command_13_width, -crd_status_orb_command_13_y, left_screen, bottom_screen, left_screen, bottom_screen);
]]></action>
</object>
<!-- SECONDARY COMMAND BUTTONS (arcs the Primary Command Buttons) -->
<!-- / GROUP: STATUS ORB -->
</object>
<!-- GROUP: MAP ORB -->
<object type="empty" name="session_map_orb" hotkey="maporb.toggle" size="0 0 100% 100%" z="1" hidden="false">
<action on="Press"><![CDATA[
GUIObjectToggle("session_map_orb");
]]></action>
<object type="minimap" name="session_panel_minimap" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_map_orb_minimap_x, crd_map_orb_minimap_y, crd_map_orb_minimap_x+crd_map_orb_minimap_width, crd_map_orb_minimap_y+crd_map_orb_minimap_height, right_screen, top_screen, right_screen, top_screen,
crd_map_orb_minimap_x, -crd_map_orb_minimap_y-crd_map_orb_minimap_height+crd_map_orb_minimap_y, crd_map_orb_minimap_x+crd_map_orb_minimap_width, -crd_map_orb_minimap_y-crd_map_orb_minimap_height+crd_map_orb_minimap_y+crd_map_orb_minimap_height, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_minimap_segleft1" sprite="session_panel_minimap_segleft1" sprite-over="session_panel_minimap_segleft1-lit" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_map_orb_segleft1_x, crd_map_orb_segleft1_y, crd_map_orb_segleft1_x+crd_map_orb_segleft1_width, crd_map_orb_segleft1_y+crd_map_orb_segleft1_height, right_screen, top_screen, right_screen, top_screen,
crd_map_orb_segleft1_x, -crd_map_orb_minimap_y-crd_map_orb_minimap_height+crd_map_orb_segleft1_y, crd_map_orb_segleft1_x+crd_map_orb_segleft1_width, -crd_map_orb_minimap_y-crd_map_orb_minimap_height+crd_map_orb_segleft1_y+crd_map_orb_segleft1_height, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_minimap_segleft2" sprite="session_panel_minimap_segleft2" sprite-over="session_panel_minimap_segleft2-lit" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_map_orb_segleft2_x, crd_map_orb_segleft2_y, crd_map_orb_segleft2_x+crd_map_orb_segleft2_width, crd_map_orb_segleft2_y+crd_map_orb_segleft2_height, right_screen, top_screen, right_screen, top_screen,
crd_map_orb_segleft2_x, -crd_map_orb_minimap_y-crd_map_orb_minimap_height+crd_map_orb_segleft2_y, crd_map_orb_segleft2_x+crd_map_orb_segleft2_width, -crd_map_orb_minimap_y-crd_map_orb_minimap_height+crd_map_orb_segleft2_y+crd_map_orb_segleft2_height, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_minimap_segleft3" sprite="session_panel_minimap_segleft3" sprite-over="session_panel_minimap_segleft3-lit" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_map_orb_segleft3_x, crd_map_orb_segleft3_y, crd_map_orb_segleft3_x+crd_map_orb_segleft3_width, crd_map_orb_segleft3_y+crd_map_orb_segleft3_height, right_screen, top_screen, right_screen, top_screen,
crd_map_orb_segleft3_x, -crd_map_orb_minimap_y-crd_map_orb_minimap_height+crd_map_orb_segleft3_y, crd_map_orb_segleft3_x+crd_map_orb_segleft3_width, -crd_map_orb_minimap_y-crd_map_orb_minimap_height+crd_map_orb_segleft3_y+crd_map_orb_segleft3_height, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_minimap_segleft4" sprite="session_panel_minimap_segleft4" sprite-over="session_panel_minimap_segleft4-lit" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_map_orb_segleft4_x, crd_map_orb_segleft4_y, crd_map_orb_segleft4_x+crd_map_orb_segleft4_width, crd_map_orb_segleft4_y+crd_map_orb_segleft4_height, right_screen, top_screen, right_screen, top_screen,
crd_map_orb_segleft4_x, -crd_map_orb_minimap_y-crd_map_orb_minimap_height+crd_map_orb_segleft4_y, crd_map_orb_segleft4_x+crd_map_orb_segleft4_width, -crd_map_orb_minimap_y-crd_map_orb_minimap_height+crd_map_orb_segleft4_y+crd_map_orb_segleft4_height, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_minimap_segbottom1" sprite="session_panel_minimap_segbottom1" sprite-over="session_panel_minimap_segbottom1-lit" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_map_orb_segbottom1_x, crd_map_orb_segbottom1_y, crd_map_orb_segbottom1_x+crd_map_orb_segbottom1_width, crd_map_orb_segbottom1_y+crd_map_orb_segbottom1_height, right_screen, top_screen, right_screen, top_screen,
crd_map_orb_segbottom1_x, -crd_map_orb_minimap_y-crd_map_orb_segbottom1_y-crd_map_orb_segbottom1_height, crd_map_orb_segbottom1_x+crd_map_orb_segbottom1_width, -crd_map_orb_minimap_y-crd_map_orb_segbottom1_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_minimap_segbottom2" sprite="session_panel_minimap_segbottom2" sprite-over="session_panel_minimap_segbottom2-lit" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_map_orb_segbottom2_x, crd_map_orb_segbottom2_y, crd_map_orb_segbottom2_x+crd_map_orb_segbottom2_width, crd_map_orb_segbottom2_y+crd_map_orb_segbottom2_height, right_screen, top_screen, right_screen, top_screen,
crd_map_orb_segbottom2_x, -crd_map_orb_minimap_y-crd_map_orb_segbottom2_y-crd_map_orb_segbottom2_height, crd_map_orb_segbottom2_x+crd_map_orb_segbottom2_width, -crd_map_orb_minimap_y-crd_map_orb_segbottom2_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_minimap_segbottom3" sprite="session_panel_minimap_segbottom3" sprite-over="session_panel_minimap_segbottom3-lit" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_map_orb_segbottom3_x, crd_map_orb_segbottom3_y, crd_map_orb_segbottom3_x+crd_map_orb_segbottom3_width, crd_map_orb_segbottom3_y+crd_map_orb_segbottom3_height, right_screen, top_screen, right_screen, top_screen,
crd_map_orb_segbottom3_x, -crd_map_orb_minimap_y-crd_map_orb_segbottom3_y-crd_map_orb_segbottom3_height, crd_map_orb_segbottom3_x+crd_map_orb_segbottom3_width, -crd_map_orb_minimap_y-crd_map_orb_segbottom3_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_panel_minimap_segbottom4" sprite="session_panel_minimap_segbottom4" sprite-over="session_panel_minimap_segbottom4-lit" z="60" hidden="false">
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_map_orb_segbottom4_x, crd_map_orb_segbottom4_y, crd_map_orb_segbottom4_x+crd_map_orb_segbottom4_width, crd_map_orb_segbottom4_y+crd_map_orb_segbottom4_height, right_screen, top_screen, right_screen, top_screen,
crd_map_orb_segbottom4_x, -crd_map_orb_minimap_y-crd_map_orb_segbottom4_y-crd_map_orb_segbottom4_height, crd_map_orb_segbottom4_x+crd_map_orb_segbottom4_width, -crd_map_orb_minimap_y-crd_map_orb_segbottom4_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<!-- / GROUP: MAP ORB -->
</object>
<!-- GROUP: TEAM TRAY -->
<object type="empty" name="session_team_tray" hotkey="teamtray.toggle" size="0 0 100% 100%" z="60">
<action on="Press"><![CDATA[
GUIObjectToggle("session_team_tray");
]]></action>
<object type="button" name="session_team_tray_1" style="portrait" text-align="left" z="70">1
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_team_tray_1_x, crd_team_tray_1_y, crd_team_tray_1_x+crd_team_tray_1_width, crd_team_tray_1_y+crd_team_tray_1_height, right_screen, top_screen, right_screen, top_screen,
crd_team_tray_1_x, -crd_team_tray_1_y-crd_team_tray_1_height, crd_team_tray_1_x+crd_team_tray_1_width, -crd_team_tray_1_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_team_tray_2" style="portrait" text-align="left" z="70">2
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_team_tray_2_x, crd_team_tray_2_y, crd_team_tray_2_x+crd_team_tray_2_width, crd_team_tray_2_y+crd_team_tray_2_height, right_screen, top_screen, right_screen, top_screen,
crd_team_tray_2_x, -crd_team_tray_2_y-crd_team_tray_2_height, crd_team_tray_2_x+crd_team_tray_2_width, -crd_team_tray_2_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_team_tray_3" style="portrait" text-align="left" z="70">3
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_team_tray_3_x, crd_team_tray_3_y, crd_team_tray_3_x+crd_team_tray_3_width, crd_team_tray_3_y+crd_team_tray_3_height, right_screen, top_screen, right_screen, top_screen,
crd_team_tray_3_x, -crd_team_tray_3_y-crd_team_tray_3_height, crd_team_tray_3_x+crd_team_tray_3_width, -crd_team_tray_3_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_team_tray_4" style="portrait" text-align="left" z="70">4
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_team_tray_4_x, crd_team_tray_4_y, crd_team_tray_4_x+crd_team_tray_4_width, crd_team_tray_4_y+crd_team_tray_4_height, right_screen, top_screen, right_screen, top_screen,
crd_team_tray_4_x, -crd_team_tray_4_y-crd_team_tray_4_height, crd_team_tray_4_x+crd_team_tray_4_width, -crd_team_tray_4_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_team_tray_5" style="portrait" text-align="left" z="70">5
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_team_tray_5_x, crd_team_tray_5_y, crd_team_tray_5_x+crd_team_tray_5_width, crd_team_tray_5_y+crd_team_tray_5_height, right_screen, top_screen, right_screen, top_screen,
crd_team_tray_5_x, -crd_team_tray_5_y-crd_team_tray_5_height, crd_team_tray_5_x+crd_team_tray_5_width, -crd_team_tray_5_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_team_tray_6" style="portrait" text-align="left" z="70">6
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_team_tray_6_x, crd_team_tray_6_y, crd_team_tray_6_x+crd_team_tray_6_width, crd_team_tray_6_y+crd_team_tray_6_height, right_screen, top_screen, right_screen, top_screen,
crd_team_tray_6_x, -crd_team_tray_6_y-crd_team_tray_6_height, crd_team_tray_6_x+crd_team_tray_6_width, -crd_team_tray_6_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_team_tray_7" style="portrait" text-align="left" z="70">7
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_team_tray_7_x, crd_team_tray_7_y, crd_team_tray_7_x+crd_team_tray_7_width, crd_team_tray_7_y+crd_team_tray_7_height, right_screen, top_screen, right_screen, top_screen,
crd_team_tray_7_x, -crd_team_tray_7_y-crd_team_tray_7_height, crd_team_tray_7_x+crd_team_tray_7_width, -crd_team_tray_7_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_team_tray_8" style="portrait" text-align="left" z="70">8
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_team_tray_8_x, crd_team_tray_8_y, crd_team_tray_8_x+crd_team_tray_8_width, crd_team_tray_8_y+crd_team_tray_8_height, right_screen, top_screen, right_screen, top_screen,
crd_team_tray_8_x, -crd_team_tray_8_y-crd_team_tray_8_height, crd_team_tray_8_x+crd_team_tray_8_width, -crd_team_tray_8_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<object type="button" name="session_team_tray_9" style="portrait" text-align="left" z="70">9
<action on="Load"><![CDATA[
AddSizeCoord(this.name,
crd_team_tray_9_x, crd_team_tray_9_y, crd_team_tray_9_x+crd_team_tray_9_width, crd_team_tray_9_y+crd_team_tray_9_height, right_screen, top_screen, right_screen, top_screen,
crd_team_tray_9_x, -crd_team_tray_9_y-crd_team_tray_9_height, crd_team_tray_9_x+crd_team_tray_9_width, -crd_team_tray_9_y, right_screen, bottom_screen, right_screen, bottom_screen);
]]></action>
</object>
<!-- / GROUP: TRAY -->
</object>
<!--
==========================================
- HIDDEN (HOTKEY ONLY) -
==========================================
-->
<!--
==========================================
- DEBUG -
==========================================
-->
<!-- FPS COUNTER -->
<object type="text" name="FPS_Counter" z="100" hotkey="fps.toggle" textcolor="200 200 0" font="verdana16" ghost="true" hidden="false">
<action on="Load"><![CDATA[
AddSizeString("FPS_Counter",
"18 100%-35 200 100%",
"18 0% 200 0%+35");
]]></action>
<action on="Press"><![CDATA[
GUIObjectToggle("FPS_Counter");
]]></action>
<action on="Tick"><![CDATA[
UpdateFPSCounter(mouse);
]]></action>
</object>
<!--
==========================================
- TEST -
==========================================
-->
<!-- / SESSION GUI -->
</object>
</objects>