Actually, VP, that would cause a huge problem. But not in the way you think.
You have to remember that : means that there is an action following a condition or vice versa. Your script tells the script to go to state=1 before continuing on, but there
is no state=1. Theoretically, it needs to be like this:
; Video script
:state=0,plrwithinzone=1:state=1
:state=1:video=videobankstoryvideo.AVI
;End of Script
Generally speaking though, state=0 doesn't have any commands. I would set it out like this:
; Video script
:state=0:state=1
:state=1:plrwithinzone=1:video=videobankstoryvideo.AVI
; End of script
Although I don't think that's necessary. Oh, and Dr. Cuddles, I already mentioned the problem of video$0--it refers to the video already outlined in the entities FPE--which only appears to be working on the Story Zone marker. The lines in the FPE that are important are:
Quote: ";Multimedia
soundset0=[sound file]
soundset1=[video file]"
I'm not sure why video is outlined as a sound set but it must be hardcoded into the storyzone, as attempting to use this on other objects does not work.
Evil has a new name. Demo out now!