I can't seem to trigger (activate) another trigger when testing map via multiplayer, when in the first trigger I put "second trigger" = true
{F23350}
Description
Description
Details
Details
- Legacy ID
- 1793972208
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
Create two triggers, name first one trig1 and another trig2, select trig1 and choose activation via radio Alpha, select trig2 click effects and choose any sound effect to confirm it's activation, put in the OnAct field of the trig1 this --> trig2 = true
Nothing will happen during mission test
Event Timeline
Comment Actions
Hi,
you may want to try add a publicvariable. That will spread the news of your trigger status over the network.
See attached mission file.
Comment Actions
How would assigning true to a variable make it trigger?
You need to use the condition field of the trigger.
This belongs on the forums...
Comment Actions
MulleDK19, that's the point, I do not want condition field to be used, I want my trigger activation change state of another trigger to "True"