When a unit is owned by a dedicated server, attempting to change it's direction will make it go back to it's original direction.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 7
- Operating System Version
- Service Pack 1
- Category
- Zeus - General
Steps To Reproduce
- Open editor and place a player unit down
- Add a game master module and make the owner the player
- place down AI units and add them as editable with a module or script
- export to multiplayer and put on a dedicated server
- open zeus and attempt to rotate the units with shift+L click
- remote control a unit and exit control
- rotate them after you're remote controlled them
Additional Information
if it's written something like this
_x setDir _dir
maybe do something like this?
[_x, _dir] remoteExec ["setDir", _x]