How can I make a scrollbar contain ships that you can select and then the available activities appear in another scrollbar box? ex Ship 1 /\ Ship 2 || Ship 3 || Ship 4 || \/
Are you using a GUI? If not, you'll need an array. If the ships are types, you will need an array of types. You'd also need two buttons for the scrollbar arrows.