Is anyone using Enviro 3 with Adventure Creator?
Can anyone recommend an easy to implement workflow for controlling and modifying Enviro 3 'Time of Day' and 'Weather' events via Adventure Creator ActionLists?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Speaking generally, AC can invoke third-party/custom script functions using either the Engine: Call event or Object: Send message Actions.
If you require more parameters to be set in the function calls to your other asset, you can write them in a custom script, and then call that script via either of the above Actions.