Try that. I'm trying so hard to get this script to work, but I am reinstalling FPSC right now, so when I have it back, I will try much harder to get better results, let me know if this gets anywhere
Script 1
;Artificial Intelligence Script
;Header
desc = paperscript (lets the player view a hud when close to model)
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=gamecore\huds\papernotes\example1.png,hudname=paperscript,hudhide=1,hudmake=display,state=1
:state=1,plrdistwithin=40:state=4
:state=4,plrusingaction=1:hudshow=paperscript,etimerstart,state=5
:state=5,plrdistfurther=40:hudfadeout=paperscript,state=10
:state=5,plrusingaction=1:hudfadeout=paperscript,state=10
:state=5,etimergreater=2500:hudfadeout=paperscript,state=10
:state=10:state=0
;End script
Script 2
;Artificial Intelligence Script
;Header
desc = paperscript (lets the player view a hud when close to model)
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=gamecore\huds\papernotes\example1.png,hudname=paperscript,hudhide=1,hudmake=display,state=1
:state=1,plrdistwithin=40:state=4
:state=4,plrusingaction=1:hudshow=paperscript,etimerstart,state=5
:state=5,plrdistfurther=40:hudfadeout=paperscript,state=6
:state=5,scankeycodepressed=28:hudfadeout=paperscript,state=7
:state=5,etimergreater=2500:hudfadeout=paperscript,state=8
:state=6:state=0
:state=7:state=0
:state=8:state=0
;End script
Concept, an Original Idea. A Creation. Takes Effort & Pride.