Facing
Posted: Tue Oct 07, 2014 2:11 pm
Assuming the bottom left of the map is 16,16.
Why SetCompassNorth(0); puts the North on top, and SetUnitFacing(id, 0) put the facing to the East?
SetCompassNorth(0); // North is on top
SetUnitFacing(PlaceUnit(29, 18, 4, 0, 0, "anyUnit"), 0) ; // facing East
This also happens in BA1.
Why SetCompassNorth(0); puts the North on top, and SetUnitFacing(id, 0) put the facing to the East?
SetCompassNorth(0); // North is on top
SetUnitFacing(PlaceUnit(29, 18, 4, 0, 0, "anyUnit"), 0) ; // facing East
This also happens in BA1.