hi every one .first i'm beginner in fpsc .
i need a solution to get a text with sound on the screen when i Approached a special zone.
and i have the script.but i don't know how to use it.
;Created by potatoes
;Header
desc = game conversation
;walk up to an character and he will display 4 messages in a row.
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=\images\godc.png,hudname=talk1,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=\images\godc2.png,hudname=talk2,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=\images\godc3.png,hudname=talk3,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=\images\godc4.png,hudname=talk4,hudhide=1,hudmake=display,state=5
:state=5,plrdistwithin=160:rotatetoplr,state=10
:state=10,plrdistwithin=60:rotatetoplr,sound=audiobank\misc\talk1.wav,etimerstart,state=20
:state=20,plrdistwithin=60:rotatetoplr,hudshow=talk1,hudfadeout=talk1
:state=20,etimergreater=7500:rotatetoplr,sound=storie\talk2.wav,etimerstart,state=30
:state=30,plrdistwithin=60:rotatetoplr,hudshow=talk2,hudfadeout=talk2
:state=30,etimergreater=7500:rotatetoplr,sound=audiobank\misc\talk3.wav,etimerstart,state=40
:state=40,plrdistwithin=60:rotatetoplr,hudshow=talk3,hudfadeout=talk3
:state=40,etimergreater=7500:rotatetoplr,sound=audiobank\misc\talk4.wav,etimerstart,state=50
:state=50,plrdistwithin=60:rotatetoplr,hudshow=talk4,hudfadeout=talk4
:state=50,etimergreater=7500:state=60
:state=60,plrdistfurther=60:state=5
;End of Script
fpsc