Hi,
I'm trying to build a dialog in one of my mission.
It will be displayed at the beginning of the mission to make player choose his own set of equipment...
(The dialog will be displayed during the mission also. That's the reason I'm not interested in using the "normal" gear in the briefing).
Now, I was Thinking to fill a listbox with the name of the weapon. This is simple...
The problem is another:
How do I get a picture of the weapon once the _index select one item in the list box?
I've thinked about "getarray" but... to be honest, I don't understand how does it works...
And...
Is possible to display the picture without using a loop check (a loop, in other words, that monitor the index and display the different image on the proper control)?
Regards
Nicolas