IW4-Dump-Files/ui_mp/scriptmenus/changeclass_opfor.menu

18 lines
323 B
Plaintext
Raw Normal View History

2017-07-08 11:47:21 -07:00
/********************************************
* dumped by: aerosoul94 *
*********************************************/
{
menuDef
{
name "changeclass_opfor"
rect 0 0 0 0 0 0
forecolor 1 1 1 1
onOpen
{
setLocalVarString "ui_team" ( "opfor" );
open "changeclass";
close self;
}
}
}