...simpler method in stock
FPSC:
;Artificial Intelligence Script:::::::::::::::::::::
;original script by TGC
;script tweak by Seth Black
desc = Mondo Weapon Pickup
;Place weapon anywhere in level.
;When player spawns weapon will immediately and silently added to player's inventory.
;Player can immediately start level with multiple weapons via this method.
;Set individual reload and ammo quantities, to taste, through properties.
;Triggers
:state=0:state=1
:state=1,plrdistwithin=4000:state=2,playertake,coloff,rundecal=-1
;End of Script::::::::::::::::::::::::::::::::::::::
...