hi
i was try to make script i was work this maybe 4 hours and i don't know why doesn't work
here example:
when he enter the room as i said before in my thread it will be cutscene ...
i need to make script like while in cut scene it will show black screen image with time , until 10 or 5 seconds the black screen will be hide
here my two script.... i know there is something wrong
1- cutscene: this is correct and i don't need to fix this
;Artificial Intelligence Script
desc =(thanks corno_1 ) 69 Sec Motion Sickness with freeze player Trigger Zone
;Triggers
:state=0:state=1
:state=1,plrwithinzone=1:setposteffect=filmreel,state=2
:state=2,plrwithinzone=1:setposteffect=motionsickness,state=3
:state=3:plrfreeze=69000,etimerstart,state=4
:state=4,etimergreater=69000:setposteffect=none,state=5
:state=5:destroy
;End of Script
2- black screen in middle cutscene it will show black screen 10 or 5 seconds after that the black screen will hide or destroy
;Artificial Intelligence Script
;Header
desc = show blackscreen in while cutscene
;Triggers
:state=0,plrwithinzone=1,etimerstart,state=1
:state=1,etimergreater=42000:hudreset,hudx=87,hudy=17,hudimagefine=gamecore\huds\blackscreen.png,hudname=blackscreen,hudmake=display,state=2
:state=2,etimerstart,state=3
:state=3,etimergreater=30000,destroy
;End of Script
so please please need to fix this