Eccomi:
Script da inserire in main del triggezone:
1) Script a tempo, dopo 10" sparisce l'istruzione
Citazione:;Artificial Intelligence Script
;Header By Tax
desc = Visualizza foto o testo a tempo
;Triggers
tate=0:hudreset,hudx=50,hudy=80,hudimagefine=gamecore\huds\Istruzione 1° livello.dds,hudname=Istruzione1,hudhide=1,hudmake=display,state=10
tate=10,plrdistwithin=40tate=11,hudshow=Istruzione1,sound=$0,activateifused=1,timerstart
tate=11,timergreater=10000:hudfadeout=Istruzione1,state=12
;End of Script
2) Script, premendo invio o comunque il testo azione, sparisce l'istruzione
Citazione:;Artificial Intelligence Script
;Header By Tax
desc = Visualizza foto o testo invio
;Triggers
tate=0:hudreset,hudx=50,hudy=80,hudimagefine=gamecore\huds\Istruzione 1° livello.dds,hudname=Istruzione1,hudhide=1,hudmake=display,state=10
tate=10,plrdistwithin=40tate=11,hudshow=Istruzione1,sound=$0,activateifused=1,
tate=11,plrusingaction=1:hudfadeout=Istruzione1
;End of Script
Come usarlo:
,hudx=50,hudy=80 = posizione dell'hud sul monitor, x0 e y0 è in alto a sinistra, mentre x100 e y100 è in basso a destra.
,hudimagefine=gamecore\huds\Istruzione 1° livello.dds = percorso dell'immagine da visualizzare
hudname=Istruzione1 = impostare un nome univoco a quast'immagine, in modo che non venga richiamata da altri script
,hudshow=Istruzione1 inserire il nome univoco
hudfadeout=Istruzione1 = inserire il nome univoco
Bon, detto tutto.
Sempre a disposiziione, Tax