Point in direction.
Posted: 31 Oct 2009, 22:51
If it is at all possible, a commandd that would allow you to get units to rotate on the spot (or even within a small radius) to all face a specified point would be very useful.
Open Source Realtime Strategy Game Engine
https://springrts.com/phpbb/
And really, doing it by luaRules is appropriate. There is no user-command for "set facing", so making it an AI-only command would be nasty. If the user can't do it, 3rd-party Lua widgets shouldn't be the only way in.Argh wrote:You can do so via LuaRules.
You can also probably do it fairly well with a Widget that sets a movepoint on the line between the Units and the target point.