Guillaume Melquiond <[email protected]>:
> I would just like to point that, if you are using an event (e.g. the
> prestart one if the units have to be there right from the start), you
> could use Lua to achieve this:
> 
> function leader_and_follower(x,y)
>   W.unit { id="Leader", .., x=x, y=y }
>   W.unit { id="Follower1", .., x=x, y=y+1 }
>   W.unit { id="Follower2", .., x=x+1, y=y-1 }
> end

What magic does the W stand for?  Is that the global Wesnoth context or 
something?
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>

_______________________________________________
Wesnoth-dev mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-dev

Reply via email to