I do not understand your question (i'm french)but I'll try to help.
You changed hud: it must have the same name and format as old as the old (compress old to not lose)
otherwise:
;Artificial Intelligence Script
;Header
desc = take key
;Triggers
:state=0:state=1
:state=1:fpgcrawtextsize=24,fpgcrawtextfont=verdana,fpgcrawtextr=128,fpgcrawtextg=128,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=90,state=2
:state=2:etimerstart,state=3
:state=3,plrdistwithin=50,inview=1:fpgcrawtext= your text here
:state=3,plrdistwithin=50,inview=1,scancodekeypressed=28:playertake,plrsound=audiobank\misc\ping.wav,state=4
:state=4,etimergreater=5000:fpgcrawtextoff
;End of Script
or
;Artificial Intelligence Script
;Header
desc =
;Triggers
;Artificial Intelligence Script
;Header
desc = door use (autoclose)
;Triggers
:state=0:state=1
:state=1:fpgcrawtextsize=24,fpgcrawtextfont=verdana,fpgcrawtextr=128,fpgcrawtextg=128,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=90,state=2
:state=2:etimerstart,state=3
:state=3,plrdistwithin=50,inview=1:fpgcrawtext= your text here
:state=3,plrdistwithin=50,inview1,scancodekeypressed=28:state=10
;:state=10,etimergreater=5000:fpgcrawtextoff
:state=10,plrdistwithin=60,plrusingaction=1:activate=2
:state=10,activated=2:state=11,setframe=0,sound=$0
:state=11:incframe=0
:state=11,frameatend=0:state=12,coloff
:state=12,plrdistwithin=60,plrusingaction=1:activate=0
;RICKS Auto-close feature (for all USE doors)
:state=12,anyfurther=100:activate=0
:state=12,activated=0:state=13,sound=$1,colon
:state=13:decframe=0
:state=13,frameatstart=0:state=0,setframe=0
;End of Script
or
;Artificial Intelligence Script
;Header
desc =
;Triggers
;Artificial Intelligence Script
;Header
desc = door use (no autoclose)
;Triggers
:state=0:state=1
:state=1:fpgcrawtextsize=24,fpgcrawtextfont=verdana,fpgcrawtextr=128,fpgcrawtextg=128,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=90,state=2
:state=2:etimerstart,state=3
:state=3,plrdistwithin=50,inview=1:fpgcrawtext= your text here
:state=3,plrdistwithin=50,inview1,scancodekeypressed=28:state=10
;:state=10,etimergreater=5000:fpgcrawtextoff
:state=10,plrdistwithin=60,plrusingaction=1:activate=2
:state=10,activated=2:state=11,setframe=0,sound=$0
:state=11:incframe=0
:state=11,frameatend=0:state=12,coloff
:state=12,plrdistwithin=60,plrusingaction=1:activate=0
;End of Script