Quote: "Hey! I haven't checked on this thread in a while, and forgive me if this has been asked/stated, but does this mod support a "Press button to pick up weapon" function? If you understand what I'm saying?"
Yes this can be done in stock too.
But heres one with my mod
put this on the weapon.fpi
press enter to pick up the weapon.
;Artificial Intelligence Script
;Header
desc = Weapon Pickup
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\pickedupaweapon.tga,hudname=weaponprompt,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=40,keypressed=28 1:state=1,playertake,coloff,rundecal=-1,plrsound=audiobank\items\pickupweapon.wav,hudshow=weaponprompt,hudfadeout=weaponprompt
:state=3,plrdistfurther=65:state=10
;End of Script