The dssStartAct native AI script function is used to request the start of a DSS act.
()dssStartAct(sessionId: f, actId: f)
()dssStartAct(42, 2);
This example code starts the second act of the DSS session with ID 42.