O.k., I've spent about an hour off and on trying to get this I think I have it. Now... I have another script for you. This one will display 3 messages and sounds. Please tell me if I'm wrong about this one. Again, I did this on my own. (I know this looks like a pastie... but trust me, I made this one!)
;Artificial Intelligence Script
;Scripted by G4fan
;Header
desc = (displays 3 messages and sounds when plr is within a zone)
;Triggers
:state=0:hudreset,hudx=20,hudy=20,hudimagefine=gamecoretextlutherandfriendslvl1fldrLuthertoPatrick2new.tga,hudname=talk1,hudhide=1,hudmake=display
:state=0:hudreset,hudx=20,hudy=20,hudimagefine=gamecoretextlutherandfriendslvl1fldrTalk2im.tga,hudname=talk2,hudhide=1,hudmake=display
:state=0:hudreset,hudx=20,hudy=20,hudimagefine=gamecoretextlutherandfriendslvl1fldrTalk3im.tga,hudname=talk3,hudhide=1,hudmake=display,state=5
:state=5:plrwithinzone=1,timerstart:state=10
:state=10,timergreater=7500:sound=audiobankuserTalk1.wav,timerstart,state=20
:state=20,hudshow=talk1,hudfadeout=talk1
:state=20,timergreater=7500:state=20,sound=audiobankuserTalk2.wav,timerstart,state=30
:state=30,hudshow=talk2,hudfadeout=talk2
:state=30,timergreater=7500:state=30,sound=audiobankuserTalk3.wav,timerstart,state=40
:state=40,hudshow=talk3,hudfadeout=talk3
:state=40,timergreater=7500:timerstart,state=2
:state=2,state=10
;End of Script
Regards,
spex
Never mind... it works. Thanks for the help.
Go here!
http://forum.thegamecreators.com/?m=forum_view&t=94201&b=19
Makes the sense of my location!