At the beginning of every mission you are asked to choose weapons to start with. The sabre and pistol are compulsory, but how do I make it so that you always start with another weapon aswell, and remove it from you options?
Youd have to code.
I know, but what do I write is the point. Thank you for replying to me though, no-one else seems to want to on any of my recent posts.
Erm...coding reqires knogedge of C++ or C, im not taling about scripting. You have that $800 software you need? Youll also need the JA SDK. Its not as easy as just writing something or changing a few words.
If it's SP you could do it with a script. You would just need to link the script (target_scriptrunner?) to the info_playerstart and it will load at the beginning of the mission. Theoretically, you could start with no weapon or any combination of weapons you wanted. This also applies to force powers, ect. What where you looking for specifically? Peace!
Yeah, I think I figured it out. ext_data files for weapons and that sort of thing.