As title says. This command should either return true on bridges or an additional isOnBridge command is needed.
Description
Description
Details
Details
- Legacy ID
- 1953477420
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
Stand on the 1st bridge in Agia Marina and execute
hint str isonroad position player
it will return false.
Event Timeline
This comment was removed by DaveZember.
Comment Actions
Also nearRoads seems to be quite useless as well. I could be standing on the road and trying to detect the road within 1m around me and it would return []
hint str (player nearRoads 1)
not to mention it doesn't detect the road on a bridge as well.
Comment Actions
fixed or not a bug. isOnRoad obj works fine, isOnRoad position obj fails, isOnRoad getPosATL obj works fine.