I'll be honest I don't know much about scripting but I'm trying.
I asking if anyone would take their time and help with making a script out of these two scripts.
health script:
;Artificial Intelligence Script
;Header
desc = Health
;Triggers
:state=0,cantake,plrdistwithin=80:state=1,playertake,plraddhealth=50,plrsound=audiobank\items\healthup.wav
;End of Script
Weapon pickup with button F script:
;Artificial Intelligence Script
;Header
desc = Weapon Pickup
;Triggers:
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=gamecore\huds\use.dds,hudname=coltprompt,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=40:hudshow=coltprompt,state=12
:state=12,plrdistfurther=40:hudunshow=coltprompt,state=12,state=10
:state=12,scancodekeypressed=33:hudunshow=coltprompt,playertake,coloff,rundecal=-1,plrsound=audiobankitemspickupweapon.wav,state=14
;End of Script
What I would like is a health pickup script,that you have to press the button F to pick it up when your near and a the hud use.dds tells you to press F (I already have the hud).
I think thats fairly simple but like I said,I don't know much about scripting.
Thanks in advice!