Sorry to bring back this post. I've been attempting to these scipts but it's only half worked.
My characters all say the same thing even though the scripts are different.
For example.
;Created by Benjamin Aeilkema
;Header
desc = game conversation
;walk up to an character and he will display three messages in a row.
;Triggers
:state=0:hudreset,hudx=50,hudy=10,hudimagefine=texturebank\user\trainingofficer1.png,hudname=talk1,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=10,hudimagefine=texturebank\user\trainingofficer2.png,hudname=talk2,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=10,hudimagefine=texturebank\user\trainingofficer3.png,hudname=talk3,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=160:rotatetoplr
:state=10,plrdistwithin=60:rotatetoplr,sound=[path to a sound] ,timerstart,state=20
:state=20,plrdistwithin=60:rotatetoplr,hudshow=talk1,hudfadeout=talk1
:state=20,timergreater=3500:state=20,rotatetoplr,sound=[path to a sound],timerstart,state=30
:state=30,plrdistwithin=60:rotatetoplr,hudshow=talk2,hudfadeout=talk2
:state=30,timergreater=3500:state=30,rotatetoplr,sound=[path to a sound],timerstart,state=40
:state=40,plrdistwithin=60:rotatetoplr,hudshow=talk3,hudfadeout=talk3
:state=40,timergreater=4000:timerstart,state=2
:state=2,plrdistfurther=60:state=10
;End of Script
Says the same thing as
;Created by Benjamin Aeilkema
;Header
desc = game conversation
;walk up to an character and he will display three messages in a row.
;Triggers
:state=0:hudreset=1,hudx=50,hudy=10,hudimagefine=texturebank\user\trainingofficer4.png,hudname=talk1,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=texturebank\user\training2,hudname=talk2,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=texturebank\user\training1,hudname=talk3,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=160:rotatetoplr
:state=10,plrdistwithin=60:rotatetoplr,sound=[path to a sound] ,timerstart,state=20
:state=20,plrdistwithin=60:rotatetoplr,hudshow=talk1,hudfadeout=talk1
:state=20,timergreater=3500:state=20,rotatetoplr,sound=[path to a sound],timerstart,state=30
:state=30,plrdistwithin=60:rotatetoplr,hudshow=talk2,hudfadeout=talk2
:state=30,timergreater=3500:state=30,rotatetoplr,sound=[path to a sound],timerstart,state=40
:state=40,plrdistwithin=60:rotatetoplr,hudshow=talk3,hudfadeout=talk3
:state=40,timergreater=4000:timerstart,state=2
:state=2,plrdistfurther=60:state=10
;End of Script
Any help would be appreciated.
"I will work harder... if you ask me enough times... or give me enough coffee"