: how can i load a unit on a transporter or a plane?
Two ways:
1) You can MOVE onto a transporter, if the transporter is located on a shore/ocean tile next to the unit in question.
Try: function Unit_Move(uix,ToLoc: integer): integer;
2) You can LOAD onto a transporter, if the transporter and the unit in question are on the same tile.
Try: function Unit_Load(uix: integer): integer;
See also: function Unit_Unload(uix: integer): integer;
Afaik, it's not possible choose the transporter if more of them are on the same tile..
(In case you are a player not a programmer, try the hotkeys "l"oad and "u"nload ;-)
Artificial
Posted 22-Feb-06 19:57 by Artificial
