Home   Help Search Login Register  

Author Topic: moving units wid script.  (Read 637 times)

0 Members and 1 Guest are viewing this topic.

aka

  • Guest
moving units wid script.
« on: 25 Oct 2002, 21:50:38 »
can i move units with script, so its alot simpler, instead of working with both waypoints, and scripts.

Cheers  :afro:










The_Milky_Bar_Kid

  • Guest
Re:moving units wid script.
« Reply #1 on: 27 Oct 2002, 23:38:24 »
Yup, but I don't think it's simpler.  Heres what the command reference says:

group move pos
Operand types:
    group: Object or Group
    pos: Array
Type of returned value:
    Nothing

Description:
    Creates waypoint move on given position (format Position ) and makes it actual group waypoint.

Example:
    groupOne move getPos player


Hope that helps