I am very new indeed to this so I hope this is not a stupid question! (I have searched everywhere I can think of).
How can a script be made to repeat so that, when it's finished, it repeats from the beginning.
Cheers
John
Repeating a scripted presentation
.CEL scripts have no looping structures of any kind. They play once through and that's it.
.CELX scripts are written in Lua which is a full featured programming language with all the types of looping structures that you might want.
.CELX scripts can incorporate .CEL scripts. I don't recall the details, though. A Forum search should find discussions of this.
.CELX scripts are written in Lua which is a full featured programming language with all the types of looping structures that you might want.
.CELX scripts can incorporate .CEL scripts. I don't recall the details, though. A Forum search should find discussions of this.
Selden