False return [] but true returns correct turrets, but should be otherway round.
Description
Description
Details
Details
- Legacy ID
- 1583375665
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
Jump in tank and use this in esc-menu, then try true:
hint str (allTurrets [vehicle player, false]);
Event Timeline
Comment Actions
confirmed
in Kuma for example:
hint str (allTurrets vehicle player); []
hint str (allTurrets [vehicle player, false]); []
hint str (allTurrets [vehicle player, true]); [[0],[0,0]]
human turrets listed as main turrets