Il y a un script pour faire aparaitre du texte et/ou un son quand tu t´approche d´un perso:
;A rtificial Intelligence Script
;H eader
desc = Display a custom message on screen
;T riggers
:state=0:hudreset,hudx=50,hudy=75,hudimagefine= gamecore\Text\Message
Txt.tga,hudname=recepscreenmsg,hudhide=1,hudmake=d
isplay,state=0
:state=0,plrwithinzone=1:state=2,sound=audiobank\u
ser\votre son.wav,state=10
:state=10,plrdistwithin=50:hudshow=recepscreenmsg,
hudfadeout=recepscreenmsg
;E nd of Script
Tu remplace messagetxt.tga par une image .tga pour le texte et son.wav par un son .wav pour le son.