I don't know if anyone else has made this already, but here it is anyways.
THIS ONLY WORKS IN FENIX MOD
okay so this script will make it so when you start a game you can give the player a specific weapon in a specific slot without the player having to manually pick it up, but it does require that you give the player the weapons in order (you cant equip slot 2 without equiping slot 1)
here is the script
;Artificial Intelligence Script
;created by EGG HEAD OF DOOM (a.k.a. Asher Sackman)
;Header
desc = Slot 1 equip
;Triggers
:state=0,totalweapons=0:playertake,state=1
;End of Script
this will equip the weapon to slot 1, but if you want to change it to equip slot 2 than change
"totalweapons=0" to
"totalweapons=1" and so on for other slots.
remember the weapon has to be set to
"Aways active"
thanks (and i hope no one made this already)