plutonium_menus_mp/zone_raw/ui_mp/menu_gg_sequence.menu
6arelyFuture 0e1fa81ddc
All checks were successful
link / Link assets on Linux (push) Successful in 35s
init
2024-04-27 19:35:22 +02:00

2680 lines
176 KiB
Plaintext

{
menuDef
{
name "menu_gg_sequence"
fullscreen 1
rect 0 0 640 480 0 0
style 1
soundLoop "music_mainmenu_mp"
onOpen
{
setLocalVarInt ui_buttonNavGroupOffset 0;
setLocalVarInt ui_buttonNavGroupCurrent 0;
setLocalVarString ui_buttonNavGroupName "invalid";
setLocalVarBool ui_swfSelectionButtonVis 0;
setLocalVarBool ui_swfSelectionBarVis 0;
setLocalVarBool ui_swfSelectionDisabled 0;
setLocalVarBool ui_swfPopupSelectionButtonVis 0;
setLocalVarBool ui_swfPopupSelectionBarVis 0;
setLocalVarBool ui_swfPopupSelectionDisabled 0;
setLocalVarString ui_swfPopupContext "invalid";
focusfirst;
setLocalVarInt ui_nextWeaponSlot getmatchrulesdata("gunData", "numGuns");
}
onClose
{
}
onESC
{
close self;
}
onFocusDueToClose
{
setLocalVarString ui_hint_text "";
focusfirst;
}
execKeyInt 167
{
if (dvarstring(ui_gametype) != "oic")
{
setLocalVarInt ui_tempGunIndex getmatchrulesdata("gunData", "numGuns");
if (localvarint("ui_tempGunIndex") > 0)
{
setLocalVarInt ui_tempGunIndex (localvarint("ui_tempGunIndex") - 1);
setMatchRulesData ( gunData , guns , localVarInt ( ui_tempGunIndex ) , none );
setMatchRulesData ( gunData , numGuns , localVarInt ( ui_tempGunIndex ) );
}
setLocalVarInt ui_nextWeaponSlot getmatchrulesdata("gunData", "numGuns");
}
}
itemDef
{
rect -426.667 -240 853.333 480 2 2
style 3
decoration
visible when((dvarbool(ui_multiplayer) || (dvarstring(gameMode) == "so" && !menuistopmost("main_specops"))));
textscale 0.55
background "background_image_blur_less"
}
itemDef
{
rect -426.667 -240 853.333 480 2 2
style 3
decoration
visible when(!(dvarbool(ui_multiplayer) || (dvarstring(gameMode) == "so" && !menuistopmost("main_specops"))));
textscale 0.55
background "background_image"
}
itemDef
{
rect 0 0 1708 480 0 0
style 3
decoration
visible 1
textscale 0.55
forecolor 0.35 0.35 0.35 1
background "mw2_main_cloud_overlay"
exp rect x (0 - 107) - ((float(milliseconds() % 60000) / 60000) * (854));
}
itemDef
{
rect 0 0 -1708 -480 0 0
style 3
decoration
visible 1
textscale 0.55
forecolor 0.35 0.35 0.35 1
background "mw2_main_cloud_overlay"
exp rect x (- 107 + 854) + ((float(milliseconds() % 50000) / 50000) * (854));
}
itemDef
{
rect 237.5 -36 301.5 480 1 1
style 3
decoration
visible when(localvarbool("ui_shelfEnabled"));
textscale 0.55
forecolor 0 0 0 0.4
background "white"
exp rect w localvarbool("ui_shelfEnabled") * select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * 219.5), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 219.5, ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * 219.5));
}
itemDef
{
rect 237.5 -236 13 680 1 1
style 3
decoration
visible when(1);
textscale 0.55
forecolor 1 1 1 0.75
background "navbar_edge"
exp rect x ((0 - 64) + 301.5) + (localvarbool("ui_shelfEnabled") * (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * 219.5), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 219.5, ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * 219.5))));
exp forecolor r 0.596078;
exp forecolor g 0.654902;
exp forecolor b 0.603922;
}
itemDef
{
rect 237.5 -236 13 680 1 1
style 3
decoration
visible when(localvarbool("ui_shelfEnabled"));
textscale 0.55
forecolor 1 1 1 0.75
background "navbar_edge"
exp rect x (0 - 64) + 301.5;
exp forecolor r 0.596078;
exp forecolor g 0.654902;
exp forecolor b 0.603922;
exp forecolor a localvarbool("ui_shelfEnabled") * (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * 0.75), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0.75, ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * 0.75)));
}
itemDef
{
rect -64 -36 301.5 480 1 1
style 3
decoration
visible when(localvarbool("ui_shelfEnabled"));
textscale 0.55
background "dest_alpha_one"
}
itemDef
{
rect 237.5 -36 640 480 1 1
style 3
decoration
visible when(localvarbool("ui_shelfEnabled"));
textscale 0.55
background "dest_alpha_zero"
}
itemDef
{
rect -426.667 -240 853.333 480 2 2
style 3
decoration
visible when(localvarbool("ui_shelfEnabled"));
textscale 0.55
background "background_image_blur_less_dest_alpha_masked"
}
itemDef
{
rect 0 0 1708 480 0 0
style 3
decoration
visible when(localvarbool("ui_shelfEnabled"));
textscale 0.55
background "mw2_main_cloud_overlay_write_dest_alpha"
exp rect x (0 - 107) - ((float(milliseconds() % 60000) / 60000) * (854));
}
itemDef
{
rect 0 0 1708 480 0 0
style 3
decoration
visible when(localvarbool("ui_shelfEnabled"));
textscale 0.55
forecolor 0.35 0.35 0.35 1
background "mw2_main_cloud_overlay_dest_alpha_masked"
exp rect x (0 - 107) - ((float(milliseconds() % 60000) / 60000) * (854));
}
itemDef
{
rect -64 -36 301.5 480 1 1
style 3
decoration
visible when(localvarbool("ui_shelfEnabled"));
textscale 0.55
background "dest_alpha_one"
}
itemDef
{
rect 0 0 -1708 -480 0 0
style 3
decoration
visible when(localvarbool("ui_shelfEnabled"));
textscale 0.55
background "mw2_main_cloud_overlay_write_dest_alpha"
exp rect x (- 107 + 854) + ((float(milliseconds() % 50000) / 50000) * (854));
}
itemDef
{
rect 0 0 -1708 -480 0 0
style 3
decoration
visible when(localvarbool("ui_shelfEnabled"));
textscale 0.55
forecolor 0.35 0.35 0.35 1
background "mw2_main_cloud_overlay_dest_alpha_masked"
exp rect x (- 107 + 854) + ((float(milliseconds() % 50000) / 50000) * (854));
}
itemDef
{
rect -64 -36 301.5 480 1 1
style 3
decoration
visible when(1);
textscale 0.55
forecolor 0 0 0 0.4
background "white"
}
itemDef
{
rect -64 30 301.5 5.333 1 1
style 3
decoration
visible when(1);
textscale 0.55
background "navbar_tick"
}
itemDef
{
text "@MPUI_ACCURACY"
rect 381 237.166 108.667 18.033 1 1
style 1
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textalign 8
textscale 0.340278
textfont 3
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261)) + (120);
}
itemDef
{
text "@MPUI_DAMAGE"
rect 381 257.166 108.667 18.2 1 1
style 1
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textalign 8
textscale 0.340278
textfont 3
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261)) + (120);
}
itemDef
{
text "@MPUI_RANGE"
rect 381 277.166 108.667 18.2 1 1
style 1
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textalign 8
textscale 0.340278
textfont 3
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261)) + (120);
}
itemDef
{
text "@MPUI_FIRE_RATE"
rect 381 297.166 108.667 18.2 1 1
style 1
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textalign 8
textscale 0.340278
textfont 3
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261)) + (120);
}
itemDef
{
text "@MPUI_MOBILITY"
rect 381 317.166 108.667 18.033 1 1
style 1
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textalign 8
textscale 0.340278
textfont 3
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261)) + (120);
}
itemDef
{
rect 334 241.833 37 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "tiny_gradient"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + ((110 - 37));
}
itemDef
{
rect 261 241.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "dest_alpha_zero"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
}
itemDef
{
rect 261 241.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "dest_alpha_one"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
exp rect w 110 * (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 22)));
}
itemDef
{
rect 261 241.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "bar_progress_gun_custom"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
}
itemDef
{
rect 261 241.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
forecolor 0.561 0.863 1 1
background "white"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + 110 * (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 22)));
exp rect w 110 * min(max(0, (0)), (1 - (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 22)))));
}
itemDef
{
rect 261 241.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
forecolor 0.647 0.192 0.192 1
background "white"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + 110 * (max(0, ((0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 22))) + (0))));
exp rect w 110 * max(0, min(0 - (0), (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 22)))));
}
itemDef
{
rect 334 261.833 37 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "tiny_gradient"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + ((110 - 37));
}
itemDef
{
rect 261 261.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "dest_alpha_zero"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
}
itemDef
{
rect 261 261.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "dest_alpha_one"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
exp rect w 110 * (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 23)));
}
itemDef
{
rect 261 261.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "bar_progress_gun_custom"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
}
itemDef
{
rect 261 261.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
forecolor 0.561 0.863 1 1
background "white"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + 110 * (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 23)));
exp rect w 110 * min(max(0, (0)), (1 - (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 23)))));
}
itemDef
{
rect 261 261.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
forecolor 0.647 0.192 0.192 1
background "white"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + 110 * (max(0, ((0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 23))) + (0))));
exp rect w 110 * max(0, min(0 - (0), (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 23)))));
}
itemDef
{
rect 334 281.833 37 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "tiny_gradient"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + ((110 - 37));
}
itemDef
{
rect 261 281.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "dest_alpha_zero"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
}
itemDef
{
rect 261 281.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "dest_alpha_one"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
exp rect w 110 * (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 24)));
}
itemDef
{
rect 261 281.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "bar_progress_gun_custom"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
}
itemDef
{
rect 261 281.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
forecolor 0.561 0.863 1 1
background "white"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + 110 * (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 24)));
exp rect w 110 * min(max(0, (0)), (1 - (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 24)))));
}
itemDef
{
rect 261 281.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
forecolor 0.647 0.192 0.192 1
background "white"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + 110 * (max(0, ((0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 24))) + (0))));
exp rect w 110 * max(0, min(0 - (0), (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 24)))));
}
itemDef
{
rect 334 301.833 37 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "tiny_gradient"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + ((110 - 37));
}
itemDef
{
rect 261 301.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "dest_alpha_zero"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
}
itemDef
{
rect 261 301.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "dest_alpha_one"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
exp rect w 110 * (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 25)));
}
itemDef
{
rect 261 301.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "bar_progress_gun_custom"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
}
itemDef
{
rect 261 301.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
forecolor 0.561 0.863 1 1
background "white"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + 110 * (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 25)));
exp rect w 110 * min(max(0, (0)), (1 - (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 25)))));
}
itemDef
{
rect 261 301.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
forecolor 0.647 0.192 0.192 1
background "white"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + 110 * (max(0, ((0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 25))) + (0))));
exp rect w 110 * max(0, min(0 - (0), (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 25)))));
}
itemDef
{
rect 334 321.833 37 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "tiny_gradient"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + ((110 - 37));
}
itemDef
{
rect 261 321.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "dest_alpha_zero"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
}
itemDef
{
rect 261 321.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "dest_alpha_one"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
exp rect w 110 * (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 26)));
}
itemDef
{
rect 261 321.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
background "bar_progress_gun_custom"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261)));
}
itemDef
{
rect 261 321.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
forecolor 0.561 0.863 1 1
background "white"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + 110 * (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 26)));
exp rect w 110 * min(max(0, (0)), (1 - (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 26)))));
}
itemDef
{
rect 261 321.833 110 10 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
forecolor 0.647 0.192 0.192 1
background "white"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261))) + 110 * (max(0, ((0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 26))) + (0))));
exp rect w 110 * max(0, min(0 - (0), (0.01 * float(tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 26)))));
}
itemDef
{
rect 255.9 207.2 186.667 44.4 1 1
style 1
decoration
autowrapped
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textalign 5
textscale 0.383333
textstyle 9
textfont 9
exp text "@MENU_STATS";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + (((261) + (0 - 5.1))) + (0);
}
itemDef
{
rect 261 317.366 173.333 48 1 1
style 1
decoration
autowrapped
type 21
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textalign 5
textscale 0.340278
textfont 3
exp text "CAC_POPOUT_DESC2";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261)) + (0);
}
itemDef
{
rect 267.667 242.166 144 72 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textscale 0.55
exp material "none";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + 6.667)) + (0 * 36) + 8;
exp rect w 144 - (0 * 72);
exp forecolor r 0;
exp forecolor g 0;
exp forecolor b 0;
}
itemDef
{
rect 254.333 207 186.667 44.4 1 1
style 1
decoration
autowrapped
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && (0 || 0))));
textalign 5
textscale 0.383333
textstyle 9
textfont 9
exp text "";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + (0 - 6.667))) + (0);
}
itemDef
{
rect 266.033 236 42.667 42.667 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textscale 0.55
exp material "none";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + 5.033)) + (0);
}
itemDef
{
rect 255.367 280.666 60 18.667 1 1
style 1
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textalign 9
textscale 0.340278
textfont 3
exp text "";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + (0 - 5.633))) + (0);
}
itemDef
{
rect 326.033 236 42.667 42.667 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textscale 0.55
exp material "none";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + 65.033)) + (0);
}
itemDef
{
rect 315.367 280.666 60 18.667 1 1
style 1
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textalign 9
textscale 0.340278
textfont 3
exp text "";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + 54.367)) + (0);
}
itemDef
{
rect 386.033 236 42.667 42.667 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textscale 0.55
exp material "none";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + 125.033)) + (0);
}
itemDef
{
rect 375.367 280.666 60 18.667 1 1
style 1
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textalign 9
textscale 0.340278
textfont 3
exp text "";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + 114.367)) + (0);
}
itemDef
{
rect 245.667 246.666 21.333 21.333 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textscale 0.55
background "chain_arrow"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + (0 - 15.333))) + (0);
}
itemDef
{
rect 305.667 246.666 21.333 21.333 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textscale 0.55
background "chain_arrow"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + 44.667)) + (0);
}
itemDef
{
rect 365.667 246.666 21.333 21.333 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textscale 0.55
background "chain_arrow"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + 104.667)) + (0);
}
itemDef
{
rect 315.667 364 60 18.667 1 1
style 1
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textalign 9
textscale 0.340278
textfont 3
exp text "";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + 54.667)) + (0);
}
itemDef
{
rect 335 342.666 21.333 21.333 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (0 && 0)));
textscale 0.55
exp material "none";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + 74)) + (0);
}
itemDef
{
rect 261 145.033 173.333 48 1 1
style 1
decoration
autowrapped
type 21
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textalign 5
textscale 0.340278
textfont 3
exp text "@" + tablelookup("mp/statstable.csv", 4, localvarstring("ui_currentWeapon"), 7);
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261)) + (0);
}
itemDef
{
rect 267.667 69.833 144 72 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textscale 0.55
exp material tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 6);
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + 6.667)) + (0 * 36) + 8;
exp rect w 144 - (0 * 72);
exp forecolor r 1;
exp forecolor g 1;
exp forecolor b 1;
}
itemDef
{
rect 254.333 34.667 186.667 44.4 1 1
style 1
decoration
autowrapped
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 1));
textalign 5
textscale 0.383333
textstyle 9
textfont 9
exp text "@" + tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 3);
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + (0 - 6.667))) + (0);
}
itemDef
{
rect 261 76.366 173.333 48 1 1
style 1
decoration
autowrapped
type 21
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && 0));
textalign 5
textscale 0.340278
textfont 3
exp text "";
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261)) + (0);
}
itemDef
{
rect 247.667 203.166 200 1.333 1 1
style 3
decoration
visible when((((localvarstring("ui_currentWeapon") != "") && (dvarbool(widescreen) || (dvarstring(ui_gametype) == "oic")) && ((milliseconds() - localvarfloat("ui_shelfTime")) > 100)) && (1 || 0 || 0)));
textscale 0.55
forecolor 1 1 1 0.211
background "linedoublesided"
exp rect x (select(localvarbool("ui_shelfTimeInvert"), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, (0 - 242), ((milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)), select((milliseconds() - localvarfloat("ui_shelfTime")) > 100, 0, (1 - (milliseconds() - localvarfloat("ui_shelfTime")) / 100) * (0 - 242)))) + ((261 + (0 - 13.333))) + (0);
}
itemDef
{
rect -64 3 276.667 24.233 1 1
style 1
decoration
visible when(1);
textalign 14
textscale 0.5
textstyle 9
textfont 9
exp text locstring(select((dvarstring(ui_gametype) != "oic"), "@MPUI_RULES_GUN_GUNS", "@MPUI_RULES_OIC_WEAPON"));
exp forecolor a select((getTextWidth(locstring(select((dvarstring(ui_gametype) != "oic"), "@MPUI_RULES_GUN_GUNS", "@MPUI_RULES_OIC_WEAPON")), 9, 0.5) <= 200), 1, 0);
}
itemDef
{
rect -64 3 276.667 24.233 1 1
style 1
decoration
visible when(1);
textalign 14
textscale 0.4
textstyle 9
textfont 9
exp text locstring(select((dvarstring(ui_gametype) != "oic"), "@MPUI_RULES_GUN_GUNS", "@MPUI_RULES_OIC_WEAPON"));
exp forecolor a select(((getTextWidth(locstring(select((dvarstring(ui_gametype) != "oic"), "@MPUI_RULES_GUN_GUNS", "@MPUI_RULES_OIC_WEAPON")), 9, 0.5) > 200) && (getTextWidth(locstring(select((dvarstring(ui_gametype) != "oic"), "@MPUI_RULES_GUN_GUNS", "@MPUI_RULES_OIC_WEAPON")), 9, 0.4) <= 200)), 1, 0);
}
itemDef
{
rect -64 1 276.667 24.233 1 1
style 1
decoration
visible when(1);
textalign 14
textscale 0.3
textstyle 9
textfont 9
exp text locstring(select((dvarstring(ui_gametype) != "oic"), "@MPUI_RULES_GUN_GUNS", "@MPUI_RULES_OIC_WEAPON"));
exp forecolor a select((getTextWidth(locstring(select((dvarstring(ui_gametype) != "oic"), "@MPUI_RULES_GUN_GUNS", "@MPUI_RULES_OIC_WEAPON")), 9, 0.4) > 200), 1, 0);
}
itemDef
{
rect -88 34.667 325.333 17.333 1 1
style 3
decoration
visible when(localvarbool("ui_swfSelectionBarVis") && (localvarstring("ui_buttonNavGroupName") == "DEFCLASS"));
textscale 0.55
background "navbar_selection_bar"
exp rect y ((localvarint("ui_buttonNavGroupCurrent") - localvarint("ui_buttonNavGroupOffset")) * 20) + (34.667) + 0.667;
}
itemDef
{
rect 213 34.667 21.333 16.5 1 1
style 1
decoration
visible when(localvarbool("ui_swfSelectionButtonVis") && (localvarstring("ui_buttonNavGroupName") == "DEFCLASS"));
textalign 10
textscale 0.30625
textfont 3
exp text "@PLATFORM_NAVBAR_BUTTON_FOCUSED_SELECTBUTTON";
exp rect y ((localvarint("ui_buttonNavGroupCurrent") - localvarint("ui_buttonNavGroupOffset")) * 20) + (34.667) + (0.667);
}
itemDef
{
rect -287.333 33.334 140 70 3 1
style 3
decoration
visible when(!dvarbool(widescreen) && (localvarstring("ui_currentWeapon") != "") && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
exp material tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 6);
}
itemDef
{
rect -463 82.367 310.667 18.633 3 1
style 1
decoration
visible when(!dvarbool(widescreen) && (localvarstring("ui_currentWeapon") != "") && (dvarstring(ui_gametype) != "oic"));
textalign 10
textscale 0.340278
textfont 3
exp text "@" + tablelookup("mp/statsTable.csv", 4, localvarstring("ui_currentWeapon"), 3);
}
itemDef
{
name "DEFCLASS_0"
rect -68 34.667 305.333 20 1 1
style 3
type 1
visible when(1);
textscale 0.55
forecolor 0 0 0 0
background "white"
onFocus
{
setLocalVarString ui_swf_selection "DEFCLASS_0";
setLocalVarInt ui_buttonNavGroupCurrent 0;
setLocalVarString ui_buttonNavGroupName "DEFCLASS";
setLocalVarBool ui_swfSelectionButtonVis ((1) && !(0));
setLocalVarBool ui_swfSelectionBarVis (1);
setLocalVarBool ui_swfSelectionDisabled (0);
if ((18 - 1) + localvarint("ui_buttonNavGroupOffset") < localvarint("ui_buttonNavGroupCurrent"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent") - (18 - 1));
}
else
{
if (localvarint("ui_buttonNavGroupCurrent") < localvarint("ui_buttonNavGroupOffset"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent"));
}
}
play mouse_over;
setLocalVarString ui_currentWeapon "";
}
leaveFocus
{
setLocalVarBool ui_swfSelectionButtonVis 0;
setLocalVarBool ui_swfSelectionBarVis 0;
setLocalVarBool ui_swfSelectionDisabled 0;
}
action
{
if (!(0))
{
play mouse_click;
open menu_gg_sequence_assault;
}
}
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 0))) + ((0 - 1.333));
}
itemDef
{
rect 219 37 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (0) && (((0) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (localvarstring("ui_swf_selection") == "DEFCLASS_0" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS"));
textscale 0.55
forecolor 0 0 0 1
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 0)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect 219 37 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (0) && (((0) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (!(localvarstring("ui_swf_selection") == "DEFCLASS_0" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS")));
textscale 0.55
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 0)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect -64 33.334 276.667 19.567 1 1
style 1
decoration
visible when((1) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (0) && (((0) - localvarint("ui_buttonNavGroupOffset")) >= 0))));
textalign 10
textscale 0.375
textstyle 9
textfont 3
exp text "@MENU_ASSAULT_RIFLES_CAPS";
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 0))) + ((0 - 1.333));
exp forecolor r select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_0" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_0" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor g select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_0" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_0" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor b select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_0" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_0" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
}
itemDef
{
name "DEFCLASS_1"
rect -68 54.667 305.333 20 1 1
style 3
type 1
visible when(1);
textscale 0.55
forecolor 0 0 0 0
background "white"
onFocus
{
setLocalVarString ui_swf_selection "DEFCLASS_1";
setLocalVarInt ui_buttonNavGroupCurrent 1;
setLocalVarString ui_buttonNavGroupName "DEFCLASS";
setLocalVarBool ui_swfSelectionButtonVis ((1) && !(0));
setLocalVarBool ui_swfSelectionBarVis (1);
setLocalVarBool ui_swfSelectionDisabled (0);
if ((18 - 1) + localvarint("ui_buttonNavGroupOffset") < localvarint("ui_buttonNavGroupCurrent"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent") - (18 - 1));
}
else
{
if (localvarint("ui_buttonNavGroupCurrent") < localvarint("ui_buttonNavGroupOffset"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent"));
}
}
play mouse_over;
setLocalVarString ui_currentWeapon "";
}
leaveFocus
{
setLocalVarBool ui_swfSelectionButtonVis 0;
setLocalVarBool ui_swfSelectionBarVis 0;
setLocalVarBool ui_swfSelectionDisabled 0;
}
action
{
if (!(0))
{
play mouse_click;
open menu_gg_sequence_smg;
}
}
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 1))) + ((0 - 1.333));
}
itemDef
{
rect 219 57 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (1) && (((1) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (localvarstring("ui_swf_selection") == "DEFCLASS_1" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS"));
textscale 0.55
forecolor 0 0 0 1
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 1)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect 219 57 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (1) && (((1) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (!(localvarstring("ui_swf_selection") == "DEFCLASS_1" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS")));
textscale 0.55
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 1)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect -64 53.334 276.667 19.567 1 1
style 1
decoration
visible when((1) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (1) && (((1) - localvarint("ui_buttonNavGroupOffset")) >= 0))));
textalign 10
textscale 0.375
textstyle 9
textfont 3
exp text "@MENU_SMGS_CAPS";
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 1))) + ((0 - 1.333));
exp forecolor r select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_1" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_1" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor g select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_1" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_1" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor b select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_1" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_1" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
}
itemDef
{
name "DEFCLASS_2"
rect -68 74.667 305.333 20 1 1
style 3
type 1
visible when(1);
textscale 0.55
forecolor 0 0 0 0
background "white"
onFocus
{
setLocalVarString ui_swf_selection "DEFCLASS_2";
setLocalVarInt ui_buttonNavGroupCurrent 2;
setLocalVarString ui_buttonNavGroupName "DEFCLASS";
setLocalVarBool ui_swfSelectionButtonVis ((1) && !(0));
setLocalVarBool ui_swfSelectionBarVis (1);
setLocalVarBool ui_swfSelectionDisabled (0);
if ((18 - 1) + localvarint("ui_buttonNavGroupOffset") < localvarint("ui_buttonNavGroupCurrent"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent") - (18 - 1));
}
else
{
if (localvarint("ui_buttonNavGroupCurrent") < localvarint("ui_buttonNavGroupOffset"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent"));
}
}
play mouse_over;
setLocalVarString ui_currentWeapon "";
}
leaveFocus
{
setLocalVarBool ui_swfSelectionButtonVis 0;
setLocalVarBool ui_swfSelectionBarVis 0;
setLocalVarBool ui_swfSelectionDisabled 0;
}
action
{
if (!(0))
{
play mouse_click;
open menu_gg_sequence_lmg;
}
}
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 2))) + ((0 - 1.333));
}
itemDef
{
rect 219 77 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (2) && (((2) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (localvarstring("ui_swf_selection") == "DEFCLASS_2" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS"));
textscale 0.55
forecolor 0 0 0 1
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 2)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect 219 77 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (2) && (((2) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (!(localvarstring("ui_swf_selection") == "DEFCLASS_2" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS")));
textscale 0.55
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 2)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect -64 73.334 276.667 19.567 1 1
style 1
decoration
visible when((1) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (2) && (((2) - localvarint("ui_buttonNavGroupOffset")) >= 0))));
textalign 10
textscale 0.375
textstyle 9
textfont 3
exp text "@MENU_LMGS_CAPS";
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 2))) + ((0 - 1.333));
exp forecolor r select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_2" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_2" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor g select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_2" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_2" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor b select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_2" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_2" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
}
itemDef
{
name "DEFCLASS_3"
rect -68 94.667 305.333 20 1 1
style 3
type 1
visible when(1);
textscale 0.55
forecolor 0 0 0 0
background "white"
onFocus
{
setLocalVarString ui_swf_selection "DEFCLASS_3";
setLocalVarInt ui_buttonNavGroupCurrent 3;
setLocalVarString ui_buttonNavGroupName "DEFCLASS";
setLocalVarBool ui_swfSelectionButtonVis ((1) && !(0));
setLocalVarBool ui_swfSelectionBarVis (1);
setLocalVarBool ui_swfSelectionDisabled (0);
if ((18 - 1) + localvarint("ui_buttonNavGroupOffset") < localvarint("ui_buttonNavGroupCurrent"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent") - (18 - 1));
}
else
{
if (localvarint("ui_buttonNavGroupCurrent") < localvarint("ui_buttonNavGroupOffset"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent"));
}
}
play mouse_over;
setLocalVarString ui_currentWeapon "";
}
leaveFocus
{
setLocalVarBool ui_swfSelectionButtonVis 0;
setLocalVarBool ui_swfSelectionBarVis 0;
setLocalVarBool ui_swfSelectionDisabled 0;
}
action
{
if (!(0))
{
play mouse_click;
open menu_gg_sequence_sniper;
}
}
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 3))) + ((0 - 1.333));
}
itemDef
{
rect 219 97 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (3) && (((3) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (localvarstring("ui_swf_selection") == "DEFCLASS_3" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS"));
textscale 0.55
forecolor 0 0 0 1
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 3)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect 219 97 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (3) && (((3) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (!(localvarstring("ui_swf_selection") == "DEFCLASS_3" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS")));
textscale 0.55
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 3)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect -64 93.334 276.667 19.567 1 1
style 1
decoration
visible when((1) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (3) && (((3) - localvarint("ui_buttonNavGroupOffset")) >= 0))));
textalign 10
textscale 0.375
textstyle 9
textfont 3
exp text "@MENU_SNIPER_RIFLES_CAPS";
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 3))) + ((0 - 1.333));
exp forecolor r select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_3" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_3" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor g select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_3" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_3" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor b select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_3" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_3" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
}
itemDef
{
name "DEFCLASS_4"
rect -68 114.667 305.333 20 1 1
style 3
type 1
visible when(1);
textscale 0.55
forecolor 0 0 0 0
background "white"
onFocus
{
setLocalVarString ui_swf_selection "DEFCLASS_4";
setLocalVarInt ui_buttonNavGroupCurrent 4;
setLocalVarString ui_buttonNavGroupName "DEFCLASS";
setLocalVarBool ui_swfSelectionButtonVis ((1) && !(0));
setLocalVarBool ui_swfSelectionBarVis (1);
setLocalVarBool ui_swfSelectionDisabled (0);
if ((18 - 1) + localvarint("ui_buttonNavGroupOffset") < localvarint("ui_buttonNavGroupCurrent"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent") - (18 - 1));
}
else
{
if (localvarint("ui_buttonNavGroupCurrent") < localvarint("ui_buttonNavGroupOffset"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent"));
}
}
play mouse_over;
setLocalVarString ui_currentWeapon "";
}
leaveFocus
{
setLocalVarBool ui_swfSelectionButtonVis 0;
setLocalVarBool ui_swfSelectionBarVis 0;
setLocalVarBool ui_swfSelectionDisabled 0;
}
action
{
if (!(0))
{
play mouse_click;
open menu_gg_sequence_shotgun;
}
}
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 4))) + ((0 - 1.333));
}
itemDef
{
rect 219 117 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (4) && (((4) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (localvarstring("ui_swf_selection") == "DEFCLASS_4" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS"));
textscale 0.55
forecolor 0 0 0 1
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 4)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect 219 117 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (4) && (((4) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (!(localvarstring("ui_swf_selection") == "DEFCLASS_4" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS")));
textscale 0.55
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 4)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect -64 113.334 276.667 19.567 1 1
style 1
decoration
visible when((1) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (4) && (((4) - localvarint("ui_buttonNavGroupOffset")) >= 0))));
textalign 10
textscale 0.375
textstyle 9
textfont 3
exp text "@MENU_SHOTGUNS_CAPS";
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 4))) + ((0 - 1.333));
exp forecolor r select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_4" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_4" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor g select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_4" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_4" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor b select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_4" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_4" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
}
itemDef
{
name "DEFCLASS_5"
rect -68 134.667 305.333 20 1 1
style 3
type 1
visible when(1);
textscale 0.55
forecolor 0 0 0 0
background "white"
onFocus
{
setLocalVarString ui_swf_selection "DEFCLASS_5";
setLocalVarInt ui_buttonNavGroupCurrent 5;
setLocalVarString ui_buttonNavGroupName "DEFCLASS";
setLocalVarBool ui_swfSelectionButtonVis ((1) && !(0));
setLocalVarBool ui_swfSelectionBarVis (1);
setLocalVarBool ui_swfSelectionDisabled (0);
if ((18 - 1) + localvarint("ui_buttonNavGroupOffset") < localvarint("ui_buttonNavGroupCurrent"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent") - (18 - 1));
}
else
{
if (localvarint("ui_buttonNavGroupCurrent") < localvarint("ui_buttonNavGroupOffset"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent"));
}
}
play mouse_over;
setLocalVarString ui_currentWeapon "";
}
leaveFocus
{
setLocalVarBool ui_swfSelectionButtonVis 0;
setLocalVarBool ui_swfSelectionBarVis 0;
setLocalVarBool ui_swfSelectionDisabled 0;
}
action
{
if (!(0))
{
play mouse_click;
open menu_gg_sequence_machine;
}
}
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 5))) + ((0 - 1.333));
}
itemDef
{
rect 219 137 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (5) && (((5) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (localvarstring("ui_swf_selection") == "DEFCLASS_5" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS"));
textscale 0.55
forecolor 0 0 0 1
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 5)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect 219 137 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (5) && (((5) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (!(localvarstring("ui_swf_selection") == "DEFCLASS_5" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS")));
textscale 0.55
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 5)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect -64 133.334 276.667 19.567 1 1
style 1
decoration
visible when((1) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (5) && (((5) - localvarint("ui_buttonNavGroupOffset")) >= 0))));
textalign 10
textscale 0.375
textstyle 9
textfont 3
exp text "@MENU_MACHINE_PISTOLS_CAPS";
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 5))) + ((0 - 1.333));
exp forecolor r select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_5" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_5" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor g select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_5" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_5" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor b select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_5" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_5" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
}
itemDef
{
name "DEFCLASS_6"
rect -68 154.667 305.333 20 1 1
style 3
type 1
visible when(1);
textscale 0.55
forecolor 0 0 0 0
background "white"
onFocus
{
setLocalVarString ui_swf_selection "DEFCLASS_6";
setLocalVarInt ui_buttonNavGroupCurrent 6;
setLocalVarString ui_buttonNavGroupName "DEFCLASS";
setLocalVarBool ui_swfSelectionButtonVis ((1) && !(0));
setLocalVarBool ui_swfSelectionBarVis (1);
setLocalVarBool ui_swfSelectionDisabled (0);
if ((18 - 1) + localvarint("ui_buttonNavGroupOffset") < localvarint("ui_buttonNavGroupCurrent"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent") - (18 - 1));
}
else
{
if (localvarint("ui_buttonNavGroupCurrent") < localvarint("ui_buttonNavGroupOffset"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent"));
}
}
play mouse_over;
setLocalVarString ui_currentWeapon "";
}
leaveFocus
{
setLocalVarBool ui_swfSelectionButtonVis 0;
setLocalVarBool ui_swfSelectionBarVis 0;
setLocalVarBool ui_swfSelectionDisabled 0;
}
action
{
if (!(0))
{
play mouse_click;
open menu_gg_sequence_handgun;
}
}
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 6))) + ((0 - 1.333));
}
itemDef
{
rect 219 157 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (6) && (((6) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (localvarstring("ui_swf_selection") == "DEFCLASS_6" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS"));
textscale 0.55
forecolor 0 0 0 1
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 6)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect 219 157 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (6) && (((6) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (!(localvarstring("ui_swf_selection") == "DEFCLASS_6" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS")));
textscale 0.55
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 6)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect -64 153.334 276.667 19.567 1 1
style 1
decoration
visible when((1) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (6) && (((6) - localvarint("ui_buttonNavGroupOffset")) >= 0))));
textalign 10
textscale 0.375
textstyle 9
textfont 3
exp text "@MENU_HANDGUNS_CAPS";
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 6))) + ((0 - 1.333));
exp forecolor r select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_6" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_6" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor g select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_6" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_6" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor b select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_6" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_6" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
}
itemDef
{
name "DEFCLASS_7"
rect -68 174.667 305.333 20 1 1
style 3
type 1
visible when(1);
textscale 0.55
forecolor 0 0 0 0
background "white"
onFocus
{
setLocalVarString ui_swf_selection "DEFCLASS_7";
setLocalVarInt ui_buttonNavGroupCurrent 7;
setLocalVarString ui_buttonNavGroupName "DEFCLASS";
setLocalVarBool ui_swfSelectionButtonVis ((1) && !(0));
setLocalVarBool ui_swfSelectionBarVis (1);
setLocalVarBool ui_swfSelectionDisabled (0);
if ((18 - 1) + localvarint("ui_buttonNavGroupOffset") < localvarint("ui_buttonNavGroupCurrent"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent") - (18 - 1));
}
else
{
if (localvarint("ui_buttonNavGroupCurrent") < localvarint("ui_buttonNavGroupOffset"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent"));
}
}
play mouse_over;
setLocalVarString ui_currentWeapon "";
}
leaveFocus
{
setLocalVarBool ui_swfSelectionButtonVis 0;
setLocalVarBool ui_swfSelectionBarVis 0;
setLocalVarBool ui_swfSelectionDisabled 0;
}
action
{
if (!(0))
{
play mouse_click;
open menu_gg_sequence_launcher;
}
}
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 7))) + ((0 - 1.333));
}
itemDef
{
rect 219 177 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (7) && (((7) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (localvarstring("ui_swf_selection") == "DEFCLASS_7" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS"));
textscale 0.55
forecolor 0 0 0 1
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 7)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect 219 177 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && (1))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (7) && (((7) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (!(localvarstring("ui_swf_selection") == "DEFCLASS_7" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS")));
textscale 0.55
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 7)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect -64 173.334 276.667 19.567 1 1
style 1
decoration
visible when((1) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (7) && (((7) - localvarint("ui_buttonNavGroupOffset")) >= 0))));
textalign 10
textscale 0.375
textstyle 9
textfont 3
exp text "@MENU_ROCKETS_CAPS";
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 7))) + ((0 - 1.333));
exp forecolor r select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_7" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_7" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor g select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_7" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_7" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor b select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_7" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_7" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
}
itemDef
{
name "DEFCLASS_8"
rect -68 194.667 305.333 20 1 1
style 3
type 1
visible when((dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0 0 0 0
background "white"
onFocus
{
setLocalVarString ui_swf_selection "DEFCLASS_8";
setLocalVarInt ui_buttonNavGroupCurrent 8;
setLocalVarString ui_buttonNavGroupName "DEFCLASS";
setLocalVarBool ui_swfSelectionButtonVis (((dvarstring(ui_gametype) != "oic")) && !(0));
setLocalVarBool ui_swfSelectionBarVis ((dvarstring(ui_gametype) != "oic"));
setLocalVarBool ui_swfSelectionDisabled (0);
if ((18 - 1) + localvarint("ui_buttonNavGroupOffset") < localvarint("ui_buttonNavGroupCurrent"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent") - (18 - 1));
}
else
{
if (localvarint("ui_buttonNavGroupCurrent") < localvarint("ui_buttonNavGroupOffset"))
{
setLocalVarInt ui_buttonNavGroupOffset (localvarint("ui_buttonNavGroupCurrent"));
}
}
play mouse_over;
setLocalVarString ui_currentWeapon "riotshield";
if (dvarstring(ui_gametype) == "oic" || dvarbool(widescreen))
{
setLocalVarFloat ui_shelfTime milliseconds();
setLocalVarBool ui_shelfTimeInvert 0;
setLocalVarBool ui_shelfEnabled 1;
setLocalVarInt ui_shelfCounter (localvarint("ui_shelfCounter") + 1);
}
}
leaveFocus
{
if (dvarstring(ui_gametype) == "oic" || dvarbool(widescreen))
{
setLocalVarBool ui_shelfEnabled 0;
setLocalVarInt ui_shelfCounter 0;
}
setLocalVarBool ui_swfSelectionButtonVis 0;
setLocalVarBool ui_swfSelectionBarVis 0;
setLocalVarBool ui_swfSelectionDisabled 0;
}
action
{
if (!(0))
{
play mouse_click;
if (dvarstring(ui_gametype) != "oic")
{
setLocalVarInt ui_tempGunIndex getmatchrulesdata("gunData", "numGuns");
if (localvarint("ui_tempGunIndex") < 18)
{
setMatchRulesData ( gunData , guns , localVarInt ( ui_tempGunIndex ) , riotshield );
setLocalVarInt ui_tempGunIndex (localvarint("ui_tempGunIndex") + 1);
setMatchRulesData ( gunData , numGuns , localVarInt ( ui_tempGunIndex ) );
}
setLocalVarInt ui_nextWeaponSlot getmatchrulesdata("gunData", "numGuns");
}
else
{
setMatchRulesData ( oicData , weapon , riotshield );
close self;
close menu_gg_sequence;
}
}
}
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 8))) + ((0 - 1.333));
}
itemDef
{
rect 219 197 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && ((dvarstring(ui_gametype) != "oic")))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (8) && (((8) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (localvarstring("ui_swf_selection") == "DEFCLASS_8" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS"));
textscale 0.55
forecolor 0 0 0 1
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 8)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect 219 197 14.333 14.333 1 1
style 3
decoration
visible when(((((0)) && ((dvarstring(ui_gametype) != "oic")))) && (0) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (8) && (((8) - localvarint("ui_buttonNavGroupOffset")) >= 0))) && (!(localvarstring("ui_swf_selection") == "DEFCLASS_8" && FUNC_34() && localvarstring("ui_buttonNavGroupName") == "DEFCLASS")));
textscale 0.55
background "icon_lock"
exp rect y (((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + ((((34.667) + (20 * 8)) + 1.333)) - (0.667)) + 1.5;
}
itemDef
{
rect -64 193.334 276.667 19.567 1 1
style 1
decoration
visible when(((dvarstring(ui_gametype) != "oic")) && (((localvarint("ui_buttonNavGroupOffset") + (18 - 1)) >= (8) && (((8) - localvarint("ui_buttonNavGroupOffset")) >= 0))));
textalign 10
textscale 0.375
textstyle 9
textfont 3
exp text "@" + tablelookup("mp/statsTable.csv", 4, "riotshield", 3);
exp rect y ((0 - (localvarint("ui_buttonNavGroupOffset") * 20))) + (((34.667) + (20 * 8))) + ((0 - 1.333));
exp forecolor r select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_8" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_8" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor g select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_8" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_8" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor b select(0, select(localvarstring("ui_swf_selection") == "DEFCLASS_8" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", 0, 0.360784), select(localvarstring("ui_swf_selection") == "DEFCLASS_8" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName") == "DEFCLASS", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
}
itemDef
{
rect -120 13.001 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 0) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 0), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 0), 3), "");
}
itemDef
{
rect -120 13.001 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 0) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 13.001 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 0), 0 + 1, "");
}
itemDef
{
rect -120 33.334 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 1) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 1), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 1), 3), "");
}
itemDef
{
rect -120 33.334 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 1) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 33.334 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 1), 1 + 1, "");
}
itemDef
{
rect -120 53.667 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 2) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 2), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 2), 3), "");
}
itemDef
{
rect -120 53.667 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 2) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 53.667 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 2), 2 + 1, "");
}
itemDef
{
rect -120 74 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 3) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 3), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 3), 3), "");
}
itemDef
{
rect -120 74 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 3) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 74 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 3), 3 + 1, "");
}
itemDef
{
rect -120 94.333 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 4) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 4), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 4), 3), "");
}
itemDef
{
rect -120 94.333 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 4) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 94.333 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 4), 4 + 1, "");
}
itemDef
{
rect -120 114.666 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 5) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 5), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 5), 3), "");
}
itemDef
{
rect -120 114.666 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 5) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 114.666 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 5), 5 + 1, "");
}
itemDef
{
rect -120 134.999 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 6) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 6), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 6), 3), "");
}
itemDef
{
rect -120 134.999 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 6) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 134.999 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 6), 6 + 1, "");
}
itemDef
{
rect -120 155.332 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 7) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 7), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 7), 3), "");
}
itemDef
{
rect -120 155.332 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 7) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 155.332 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 7), 7 + 1, "");
}
itemDef
{
rect -120 175.665 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 8) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 8), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 8), 3), "");
}
itemDef
{
rect -120 175.665 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 8) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 175.665 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 8), 8 + 1, "");
}
itemDef
{
rect -120 195.998 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 9) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 9), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 9), 3), "");
}
itemDef
{
rect -120 195.998 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 9) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 195.998 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 9), 9 + 1, "");
}
itemDef
{
rect -120 216.331 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 10) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 10), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 10), 3), "");
}
itemDef
{
rect -120 216.331 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 10) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 216.331 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 10), 10 + 1, "");
}
itemDef
{
rect -120 236.664 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 11) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 11), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 11), 3), "");
}
itemDef
{
rect -120 236.664 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 11) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 236.664 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 11), 11 + 1, "");
}
itemDef
{
rect -120 256.997 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 12) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 12), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 12), 3), "");
}
itemDef
{
rect -120 256.997 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 12) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 256.997 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 12), 12 + 1, "");
}
itemDef
{
rect -120 277.33 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 13) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 13), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 13), 3), "");
}
itemDef
{
rect -120 277.33 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 13) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 277.33 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 13), 13 + 1, "");
}
itemDef
{
rect -120 297.663 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 14) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 14), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 14), 3), "");
}
itemDef
{
rect -120 297.663 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 14) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 297.663 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 14), 14 + 1, "");
}
itemDef
{
rect -120 317.996 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 15) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 15), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 15), 3), "");
}
itemDef
{
rect -120 317.996 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 15) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 317.996 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 15), 15 + 1, "");
}
itemDef
{
rect -120 338.329 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 16) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 16), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 16), 3), "");
}
itemDef
{
rect -120 338.329 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 16) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 338.329 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 16), 16 + 1, "");
}
itemDef
{
rect -120 358.662 122 19.567 3 1
style 1
decoration
visible when((localvarint("ui_nextWeaponSlot") != 17) && (dvarstring(ui_gametype) != "oic"));
textalign 8
textalignx 6
textaligny -1
textscale 0.375
textstyle 9
textfont 3
backcolor 0 0 0 0.3
background "white"
exp text select((getmatchrulesdata("gunData", "numGuns") > 17), "@" + tablelookup("mp/statsTable.csv", 4, getmatchrulesdata("gunData", "guns", 17), 3), "");
}
itemDef
{
rect -120 358.662 122 19.567 3 1
style 3
decoration
visible when((localvarint("ui_nextWeaponSlot") == 17) && (dvarstring(ui_gametype) != "oic"));
textscale 0.55
forecolor 0.4745 0.498 0.45 1
exp material "white";
exp forecolor a select(isdemoplaying(), FUNC_36(), FUNC_35());
}
itemDef
{
rect -140 358.662 12 19.567 3 1
style 1
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 10
textalignx 6
textscale 0.3
textstyle 9
textfont 3
exp text select((getmatchrulesdata("gunData", "numGuns") > 17), 17 + 1, "");
}
itemDef
{
rect -88 52 325.333 8.666 1 1
style 3
decoration
visible when(localvarbool("ui_swfSelectionBarVis") && (localvarstring("ui_buttonNavGroupName") == "DEFCLASS"));
textscale 0.55
background "navbar_selection_bar_shadow"
exp rect y ((localvarint("ui_buttonNavGroupCurrent") - localvarint("ui_buttonNavGroupOffset")) * 20) + (34.667) + 0.667 + 17.333;
}
itemDef
{
rect 0 0 0 20 3 3
type 1
visible when((dvarstring(ui_gametype) != "oic"));
textalign 8
textscale 0.375
textfont 3
onFocus
{
setLocalVarInt ui_ralign_index 3;
setLocalVarString ui_ralign_group "menu_gg_sequence";
play mouse_over;
}
leaveFocus
{
setLocalVarInt ui_ralign_index - 1;
setLocalVarString ui_ralign_group "";
}
action
{
play mouse_click;
uiScript simulateKeyPress 167;
}
exp rect x (0) - (0 * 5) - 20 - getTextWidth(locstring("@PLATFORM_REMOVELASTGUN_SHORTCUT"), 3, 0.375) - select((((isprofilesignedin() || anysplitscreenprofilesaresignedin()) && (isusersignedintolive() || isanyusersignedintolive()) && ((dvarbool(onlinegame) && (dvarbool(sv_running) || dvarbool(cl_ingame))) || (!dvarbool(cl_ingame) && !dvarbool(sv_running))))), (20 + getTextWidth(locstring("@PLATFORM_FRIENDS_SHORTCUT"), 3, 0.375) + 5), 0) - select((1), (20 + getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 5), 0);
exp rect y ((0 - 20.667));
exp rect w getTextWidth(locstring("@PLATFORM_REMOVELASTGUN_SHORTCUT"), 3, 0.375) + 20;
}
itemDef
{
rect 0 0 0 8.666 3 3
style 3
decoration
visible when(((dvarstring(ui_gametype) != "oic")) && (!0) && (localvarint("ui_ralign_index") == 3 && localvarstring("ui_ralign_group") == "menu_gg_sequence"));
textscale 0.55
background "navbar_selection_bar_shadow"
exp rect x (0) - (0 * 5) - (20) - getTextWidth(locstring("@PLATFORM_REMOVELASTGUN_SHORTCUT"), 3, 0.375) - select((((isprofilesignedin() || anysplitscreenprofilesaresignedin()) && (isusersignedintolive() || isanyusersignedintolive()) && ((dvarbool(onlinegame) && (dvarbool(sv_running) || dvarbool(cl_ingame))) || (!dvarbool(cl_ingame) && !dvarbool(sv_running))))), (20 + getTextWidth(locstring("@PLATFORM_FRIENDS_SHORTCUT"), 3, 0.375) + 5), 0) - select((1), (20 + getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 5), 0);
exp rect y ((0 - 20.667)) + 20;
exp rect w getTextWidth(locstring("@PLATFORM_REMOVELASTGUN_SHORTCUT"), 3, 0.375) + 20;
}
itemDef
{
rect 0 0 0 20 3 3
style 1
decoration
visible when(((dvarstring(ui_gametype) != "oic")) && (localvarint("ui_ralign_index") == 3 && localvarstring("ui_ralign_group") == "menu_gg_sequence"));
textscale 0.55
backcolor 0.6 0.6314 0.6 1
exp rect x (0) - (0 * 5) - (20) - getTextWidth(locstring("@PLATFORM_REMOVELASTGUN_SHORTCUT"), 3, 0.375) - select((((isprofilesignedin() || anysplitscreenprofilesaresignedin()) && (isusersignedintolive() || isanyusersignedintolive()) && ((dvarbool(onlinegame) && (dvarbool(sv_running) || dvarbool(cl_ingame))) || (!dvarbool(cl_ingame) && !dvarbool(sv_running))))), (20 + getTextWidth(locstring("@PLATFORM_FRIENDS_SHORTCUT"), 3, 0.375) + 5), 0) - select((1), (20 + getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 5), 0);
exp rect y ((0 - 20.667));
exp rect w getTextWidth(locstring("@PLATFORM_REMOVELASTGUN_SHORTCUT"), 3, 0.375) + 20;
}
itemDef
{
rect 0 0 0 20 3 3
decoration
visible when((dvarstring(ui_gametype) != "oic"));
textalign 8
textscale 0.375
textfont 3
exp text "@PLATFORM_REMOVELASTGUN_SHORTCUT";
exp rect x (0) - (0 * 5) - (20 / 2) - getTextWidth(locstring("@PLATFORM_REMOVELASTGUN_SHORTCUT"), 3, 0.375) - select((((isprofilesignedin() || anysplitscreenprofilesaresignedin()) && (isusersignedintolive() || isanyusersignedintolive()) && ((dvarbool(onlinegame) && (dvarbool(sv_running) || dvarbool(cl_ingame))) || (!dvarbool(cl_ingame) && !dvarbool(sv_running))))), (20 + getTextWidth(locstring("@PLATFORM_FRIENDS_SHORTCUT"), 3, 0.375) + 5), 0) - select((1), (20 + getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 5), 0);
exp rect y ((0 - 20.667));
exp rect w getTextWidth(locstring("@PLATFORM_REMOVELASTGUN_SHORTCUT"), 3, 0.375);
exp forecolor r select((localvarint("ui_ralign_index") == 3 && localvarstring("ui_ralign_group") == "menu_gg_sequence"), select(isdemoplaying(), FUNC_36(), FUNC_35()), 1);
exp forecolor g select((localvarint("ui_ralign_index") == 3 && localvarstring("ui_ralign_group") == "menu_gg_sequence"), select(isdemoplaying(), FUNC_36(), FUNC_35()), 1);
exp forecolor b select((localvarint("ui_ralign_index") == 3 && localvarstring("ui_ralign_group") == "menu_gg_sequence"), select(isdemoplaying(), FUNC_36(), FUNC_35()), 1);
}
itemDef
{
rect 0 0 0 20 3 3
type 1
visible when(((isprofilesignedin() || anysplitscreenprofilesaresignedin()) && (isusersignedintolive() || isanyusersignedintolive()) && ((dvarbool(onlinegame) && (dvarbool(sv_running) || dvarbool(cl_ingame))) || (!dvarbool(cl_ingame) && !dvarbool(sv_running)))));
textalign 8
textscale 0.375
textfont 3
onFocus
{
setLocalVarInt ui_ralign_index 2;
setLocalVarString ui_ralign_group "menu_gg_sequence";
play mouse_over;
}
leaveFocus
{
setLocalVarInt ui_ralign_index - 1;
setLocalVarString ui_ralign_group "";
}
action
{
play mouse_click;
uiscript simulateKeyPress 102;
}
exp rect x (0) - (0 * 5) - 20 - getTextWidth(locstring("@PLATFORM_FRIENDS_SHORTCUT"), 3, 0.375) - select((1), (20 + getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 5), 0);
exp rect y ((0 - 20.667));
exp rect w getTextWidth(locstring("@PLATFORM_FRIENDS_SHORTCUT"), 3, 0.375) + 20;
}
itemDef
{
rect 0 0 0 8.666 3 3
style 3
decoration
visible when((((isprofilesignedin() || anysplitscreenprofilesaresignedin()) && (isusersignedintolive() || isanyusersignedintolive()) && ((dvarbool(onlinegame) && (dvarbool(sv_running) || dvarbool(cl_ingame))) || (!dvarbool(cl_ingame) && !dvarbool(sv_running))))) && (!0) && (localvarint("ui_ralign_index") == 2 && localvarstring("ui_ralign_group") == "menu_gg_sequence"));
textscale 0.55
background "navbar_selection_bar_shadow"
exp rect x (0) - (0 * 5) - (20) - getTextWidth(locstring("@PLATFORM_FRIENDS_SHORTCUT"), 3, 0.375) - select((1), (20 + getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 5), 0);
exp rect y ((0 - 20.667)) + 20;
exp rect w getTextWidth(locstring("@PLATFORM_FRIENDS_SHORTCUT"), 3, 0.375) + 20;
}
itemDef
{
rect 0 0 0 20 3 3
style 1
decoration
visible when((((isprofilesignedin() || anysplitscreenprofilesaresignedin()) && (isusersignedintolive() || isanyusersignedintolive()) && ((dvarbool(onlinegame) && (dvarbool(sv_running) || dvarbool(cl_ingame))) || (!dvarbool(cl_ingame) && !dvarbool(sv_running))))) && (localvarint("ui_ralign_index") == 2 && localvarstring("ui_ralign_group") == "menu_gg_sequence"));
textscale 0.55
backcolor 0.6 0.6314 0.6 1
exp rect x (0) - (0 * 5) - (20) - getTextWidth(locstring("@PLATFORM_FRIENDS_SHORTCUT"), 3, 0.375) - select((1), (20 + getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 5), 0);
exp rect y ((0 - 20.667));
exp rect w getTextWidth(locstring("@PLATFORM_FRIENDS_SHORTCUT"), 3, 0.375) + 20;
}
itemDef
{
rect 0 0 0 20 3 3
decoration
visible when(((isprofilesignedin() || anysplitscreenprofilesaresignedin()) && (isusersignedintolive() || isanyusersignedintolive()) && ((dvarbool(onlinegame) && (dvarbool(sv_running) || dvarbool(cl_ingame))) || (!dvarbool(cl_ingame) && !dvarbool(sv_running)))));
textalign 8
textscale 0.375
textfont 3
execKey "f"
{
if (((isprofilesignedin() || anysplitscreenprofilesaresignedin()) && (isusersignedintolive() || isanyusersignedintolive()) && ((dvarbool(onlinegame) && (dvarbool(sv_running) || dvarbool(cl_ingame))) || (!dvarbool(cl_ingame) && !dvarbool(sv_running)))))
{
setLocalVarBool ui_vault_browse 0;
setLocalVarBool ui_vault_load 0;
execnow "incnosplitscreencontrol popup_friends";
if (isprofilesignedin() && isusersignedintolive())
{
open popup_friends;
}
else
{
execnow "decnosplitscreencontrol popup_friends";
}
}
}
exp text "@PLATFORM_FRIENDS_SHORTCUT";
exp rect x (0) - (0 * 5) - (20 / 2) - getTextWidth(locstring("@PLATFORM_FRIENDS_SHORTCUT"), 3, 0.375) - select((1), (20 + getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 5), 0);
exp rect y ((0 - 20.667));
exp rect w getTextWidth(locstring("@PLATFORM_FRIENDS_SHORTCUT"), 3, 0.375);
exp forecolor r select((localvarint("ui_ralign_index") == 2 && localvarstring("ui_ralign_group") == "menu_gg_sequence"), select(isdemoplaying(), FUNC_36(), FUNC_35()), 1);
exp forecolor g select((localvarint("ui_ralign_index") == 2 && localvarstring("ui_ralign_group") == "menu_gg_sequence"), select(isdemoplaying(), FUNC_36(), FUNC_35()), 1);
exp forecolor b select((localvarint("ui_ralign_index") == 2 && localvarstring("ui_ralign_group") == "menu_gg_sequence"), select(isdemoplaying(), FUNC_36(), FUNC_35()), 1);
}
itemDef
{
rect 0 0 0 20 3 3
type 1
visible when(1);
textalign 8
textscale 0.375
textfont 3
onFocus
{
setLocalVarInt ui_ralign_index 1;
setLocalVarString ui_ralign_group "menu_gg_sequence";
play mouse_over;
}
leaveFocus
{
setLocalVarInt ui_ralign_index - 1;
setLocalVarString ui_ralign_group "";
}
action
{
play mouse_click;
uiscript simulateKeyPress 27;
}
exp rect x (0) - (0 * 5) - 20 - getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375);
exp rect y ((0 - 20.667));
exp rect w getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 20;
}
itemDef
{
rect 0 0 0 8.666 3 3
style 3
decoration
visible when((1) && (!0) && (localvarint("ui_ralign_index") == 1 && localvarstring("ui_ralign_group") == "menu_gg_sequence"));
textscale 0.55
background "navbar_selection_bar_shadow"
exp rect x (0) - (0 * 5) - (20) - getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375);
exp rect y ((0 - 20.667)) + 20;
exp rect w getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 20;
}
itemDef
{
rect 0 0 0 20 3 3
style 1
decoration
visible when((1) && (localvarint("ui_ralign_index") == 1 && localvarstring("ui_ralign_group") == "menu_gg_sequence"));
textscale 0.55
backcolor 0.6 0.6314 0.6 1
exp rect x (0) - (0 * 5) - (20) - getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375);
exp rect y ((0 - 20.667));
exp rect w getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375) + 20;
}
itemDef
{
rect 0 0 0 20 3 3
decoration
visible when(1);
textalign 8
textscale 0.375
textfont 3
exp text "@PLATFORM_BACK_SHORTCUT";
exp rect x (0) - (0 * 5) - (20 / 2) - getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375);
exp rect y ((0 - 20.667));
exp rect w getTextWidth(locstring("@PLATFORM_BACK_SHORTCUT"), 3, 0.375);
exp forecolor r select((localvarint("ui_ralign_index") == 1 && localvarstring("ui_ralign_group") == "menu_gg_sequence"), select(isdemoplaying(), FUNC_36(), FUNC_35()), 1);
exp forecolor g select((localvarint("ui_ralign_index") == 1 && localvarstring("ui_ralign_group") == "menu_gg_sequence"), select(isdemoplaying(), FUNC_36(), FUNC_35()), 1);
exp forecolor b select((localvarint("ui_ralign_index") == 1 && localvarstring("ui_ralign_group") == "menu_gg_sequence"), select(isdemoplaying(), FUNC_36(), FUNC_35()), 1);
}
}
}