my first script is a medic that runs toward you if tou are seen, this is V1.
press enter after the message and you get health.
;medic v1
;by FPSCgamerguy
;header
desc = medic that comes to you press enter and get healed
;triggers
;<<healing>>
:state=3:hudreset,hudx=50,hudy=70,hudimagefine=gamecore\huds\medicheal2.tga,hudname=medicheal,hudhide=1,hudmake=display,state=5
:state=5,plrdistwithin=80:hudshow=medicheal,hudfadeout=medicheal
:state=5,plrdistwithin=80,plrusingaction=1:activate=2
:state=5,activated=2:state=4
:state=4:activate=0,plraddhealth=100,plrsound=audiobank\items\healthup.wav,state=0
:state=0,plrcanbeseen:state=1
:state=1:rotatetoplr
:state=1,plrdistfurther=300:runfore=36,animate=5
:state=1,plrdistwithin=80:movefore=0,animate=1,state=3
;end of script
you can change the amount of health he gives you.
I'd have to say........ The Game Creators can make dreams come true.