// Property of Alientrap/AK // // creategame/maplist.menu Item Window MapList { size '900 585' Derive Label MapsLabel { pos '0 0' text "Map List:" } Derive List Maps { pos '0 20' size '425 500' target "::Data::Server::Map::List" } Derive Label CycleLabel { pos '475 0' text "Cycle List or some other name:" } Derive List Cycle { pos '475 20' size '425 450' target "::Data::Server::Map::Cycle" } Item Layout Panel { pos '475 470' size '400 30' direction [Nex_DefaultHorzDirection] flag [FlagEmbedded] Derive TextButton Add { normal "Add" action Nex_Action_Cycle_Add } Derive TextButton Remove { normal "Remove" action Nex_Action_Cycle_Remove } Derive TextButton MoveUp { normal "Move Up" action Nex_Action_Cycle_MoveUp } Derive TextButton MoveDown { normal "Move Down" action Nex_Action_Cycle_MoveDown } Derive TextButton Clear { normal "Clear" action Nex_Action_Cycle_Clear } } }