Hi, i'm looking for a script to switch weapons (or only drop weapons).
I found a script to remove a specific weapon in a specific place, but i need a more flexible script.
I'd like to see the dropped weapon on the floor.
Years ago i found also this script but it doesn't work.
;Artificial Intelligence Script
;Header
desc = Weapon Pickup (can drop = delete key)
;Triggers
:scancodekeypressed=53:plrsound=$1,playerdropcurrent
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\pickedupaweapon.tga,hudname=weaponprompt,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=40:state=1,playertake,coloff,rundecal=-1,plrsound=audiobank\items\pickupweapon.wav,hudshow=weaponprompt,hudfadeout=weaponprompt
;state=2:state=3,playerdrop,colon,plrsound=audiobank\items\pickup.wav
:state=3,plrdistfurther=65:state=0
;End of Script
I tried also a script with a HUD (opened with H to select the weapon to drop) but it doesn't work...
I have FPSC X9 1.20 beta 18 with Black Ice Mod