Bonjour tout le monde,
C'est encore moi
Pour mon tutorial je vais mettre des petites sous titres expliquant les commandes et tout... et j'aurais besoin d'un script comme de discution qui resterai toujours afficher et qu'on devrait apuyer sur une touche comme F pour vois la pochaine page ou bien qui resterais afficher un certain temps asser long pour bien consulter toute les informations genre 10-15 seconde si quelqu'un pourait me modifier un script ou men créer un sa méderait grandement.
Voici le script utilisé présentement:
;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=90,hudimagefine=gam
ecore\text\Image1.jpg,hudname=garde_01,hudhide=1,h
udmake=display
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gam
ecore\text\Image2.jpg,hudname=garde_02,hudhide=1,h
udmake=display
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gam
ecore\text\image3.jpg,hudname=garde_03,hudhide=1,h
udmake=display,state=10
:state=10,plrdistwithin=60:rotatetoplr
:state=10,plrdistwithin=60:rotatetoplr,timerstart,
state=20
:state=20,plrdistwithin=60:rotatetoplr,hudshow=gar
de_01,hudfadeout=garde_01
:state=20,timergreater=5000:state=20,rotatetoplr,t
imerstart,state=30
:state=30,plrdistwithin=60:rotatetoplr,hudshow=gar
de_02,hudfadeout=garde_02
:state=30,timergreater=5000:state=30,rotatetoplr,t
imerstart,state=40
:state=40,plrdistwithin=60:rotatetoplr,hudshow=gar
de_03,hudfadeout=garde_03
:state=40,timergreater=5000:timerstart,state=2
:state=2,plrdistfurther=60:state=10
;End of Script