I copy and paste a Talking NPC Script from Nickydude's Guide. It works but doesn't show the image. Is something wrong?
Here's the script: (i didn't Made it)
;Created by Benjamin Aeilkema
;Header
desc = game conversation
;walk up to a character and he will display a messages. when the user presses enter the next message will be shown
;when the user presses enter once more, the last message will display.
;can be used for talking characters
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=C:\Program Files\The Game Creators\FPS Creator\Files\gamecore\backdrops\GE1\Talk1 TEST.dds, hudname=talk1,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=C:\Program Files\The Game Creators\FPS Creator\Files\gamecore\backdrops\GE1\Talk2 TEST.dds, hudname=talk2,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=C:\Program Files\The Game Creators\FPS Creator\Files\gamecore\backdrops\GE1\Talk3 TEST.dds, hudname=talk3,hudhide=1,hudmake=display,state=9
:state=9,plrdistwithin=160:rotatetoplr
:state=9,plrdistwithin=60:state=10,sound=C:\Program Files\The Game Creators\FPS Creator\Files\audiobank\user\Grand Evil 1\New Folder\talk1.wav
:state=10,plrdistwithin=60:rotatetoplr,hudshow=talk1,hudfadeout=talk1
:state=10,plrusingaction=1:timerstart,state=15
:state=15,timergreater=500:state=19
:state=19,plrdistwithin=60:state=20,sound=C:\Program Files\The Game Creators\FPS Creator\Files\audiobank\user\Grand Evil 1\New Folder\talk2.wav
:state=20,plrdistwithin=60:rotatetoplr,hudshow=talk2,hudfadeout=talk2
:state=20,plrusingaction=1:timerstart,state=25
:state=25,timergreater=500:state=29
:state=29,plrdistwithin=60:state=30,sound=C:\Program Files\The Game Creators\FPS Creator\Files\audiobank\user\Grand Evil 1\New Folder\talk3.wav
:state=30,plrdistwithin=60:rotatetoplr,hudshow=talk3,hudfadeout=talk3
:state=30,plrusingaction=1:timerstart,state=35
:state=35,timergreater=500:state=2
:state=2,plrdistfurther=60:state=9
;End of Script
It tired it with .TGA .DDS and .JPG And nothing. I only hear the sounds. Any ideas??
Come Back When You Could put up a fight!!