dss_start_act - ryzom/ryzomcore GitHub Wiki
title: DSS Start Act description: published: true date: 2023-03-16T23:06:28.586Z tags: editor: markdown dateCreated: 2023-03-16T22:22:52.624Z
The dssStartAct native AI script function is used to request the start of a DSS act.
()dssStartAct(sessionId: f, actId: f)
- sessionId (float): The ID of the DSS session.
- actId (float): The ID of the act to start. A value of 0 indicates permanent content.
()dssStartAct(42, 2);
This example code starts the second act of the DSS session with ID 42.