Home   Help Search Login Register  

Author Topic: Scripting  (Read 430 times)

0 Members and 1 Guest are viewing this topic.

augieranger

  • Guest
Scripting
« on: 31 Jul 2003, 18:36:23 »
How to assign troops and cargo in the LSD addon? Anybody have a suggestion?

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Scripting
« Reply #1 on: 31 Jul 2003, 21:12:42 »
for a single unit

this moveincargo lsdname;

and for a group

"_x moveincargo lsdname" foreach units this;
« Last Edit: 31 Jul 2003, 21:14:14 by Black_Feather »

augieranger

  • Guest
Re:Scripting
« Reply #2 on: 01 Aug 2003, 14:57:54 »
 :-[ duh, thanx, I was trying to "assigncargo" and it would not work.

deaddog

  • Guest
Re:Scripting
« Reply #3 on: 01 Aug 2003, 16:18:50 »
I'm sure the "assignascargo" worked but you won't know until you order them to get in:

[unit1,unit2, etc] ordergetin true

or

[units groupname] ordergetin true

 :)