Execute_RunScriptToCoopMembers
Description
Runs a script on all coop members of the BaseObject entity. The script is executed for each coop member with Self set to the member and Target set to the original target.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity whose coop members will receive the script |
| S1 | The script ID to run on each coop member |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Run VIP entry tag script to all coop members of Self | Self | RunScriptToCoopMembers | VIP_AddVIPLoungeTag |