I have been making my own SP mission in the beta. I had a trigger setup to so that only me (or) my teammate could activate it. by using spotter1 || spotter2 in thislist; in the condition field and all was working correctly. I had since moved over to the DEV build but now I get a error "'spotter1 |#||| spotter2 in thislist;' Error ||: Type Object, Expected Bool". and the trigger no longer activates. {F21882}
Description
Description
Details
Details
- Legacy ID
- 898023469
- Severity
- None
- Resolution
- No Bug
- Reproducibility
- Always
- Category
- Editor
Steps To Reproduce
I created a mission from scratch just to test in the new dev build, with the same results.
Additional Information
DEV BUILD 0.77.109751
I apologise if this should have been placed in scripting.
Event Timeline
Comment Actions
Correct Code in Condition Field is "spotter1 in thislist || spotter2 in thislist;"
"in thislist;" must accompany Each Unit's Name.