dss_start_act - ryzom/ryzomcore GitHub Wiki


title: DSS Start Act description: published: true date: 2023-03-13T02:22:25.346Z tags: editor: markdown dateCreated: 2023-03-13T02:22:21.893Z

dssStartAct

The dssStartAct native AI script function is used to request the start of a DSS act.

Syntax

()dssStartAct(sessionId: f, actId: f)

Arguments

  • sessionId (float): The ID of the DSS session.
  • actId (float): The ID of the act to start. A value of 0 indicates permanent content.

Example

()dssStartAct(42, 2);

This example code starts the second act of the DSS session with ID 42.

⚠️ **GitHub.com Fallback** ⚠️