So i got a HUD display script
;Artificial Intelligence Script
;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.
;sounds come after pressing enter
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=C:\Program Files\The Game Creators\FPS Creator X10\Files\HUDS\Mike_Start_1.png, hudname=talk1,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=C:\Program Files\The Game Creators\FPS Creator X10\Files\HUDS\Sara_WaitingRoom_1.png, hudname=talk2,hudhide=1,hudmake=display
:state=35,timergreater=500:state=2
:state=2,plrdistfurther=60:state=10
;End of Script
Is this becouse i use .PNG format???
When im done with the script,,, how do i make so the character uses it? The character i walk into?
Love FPS Creator x10