I'm trying to create a script that continues all paused scene directors on scenes that are playing out of that same channel of Xpressions (They are on different channels). In the help file I found a reference to a Continue Method for the scene director, but I can't get it to work. The script I have written goes like this:
Dim AnimCon as xpAnimController
Engine.GetAnimControllerByName("AnimController1", AnimCon)
AnimCon.Continue()