|
发表于 2021-11-5 08:52:58
|
显示全部楼层
本帖最后由 qq755860252 于 2021-11-5 08:56 编辑
Jwx 发表于 2021-11-5 07:15
Hi, great, thanks for your response, :)
and if I wanted to execute a specific common trigger via scr ...
Whose ID? Sorry, the translation is a little incomprehensible. If it is the ID of a public trigger, you can use the following script.
- var trigger = RV.NowSet.findEventId(Fill in the public trigger ID);
- if(trigger != null){
- trigger.doEvent();
复制代码
The Fill in the public trigger ID is changed to 1. Running the script will execute the 001 general trigger.
|
|