copy more than 1 item..

Z

ZaThRaK

Guest
It arent Possible.
But ofc, if its triggers you can copy the folder it lays in, then it copies all of the triggers in it
 

sentess

New Member
Reaction score
1
well then can i make a trigger where i create a unit and then it moves to a region and die again?
 

xfirenzx

New Member
Reaction score
7
You will need three triggers for that.(Depends)

Code:
Create
    Events
        Time - Elapsed game time is 5.00 seconds
    Conditions
    Actions
        Set Point = (Center of Region 000 <gen>)
        Unit - Create 1 Footman for Player 1 (Red) at Point facing Default building facing degrees
        Custom script:   call Removelocation(udg_Point)

Point is a Point variable.
Code:
Move
    Events
        Unit - A unit enters Region 000 <gen>
    Conditions
    Actions
        Set Point = (Center of Region 001 <gen>)
        Unit - Order (Entering unit) to Move To Point
        Custom script:   call Removelocation(udg_Point)

Code:
Kill
    Events
        Unit - A unit enters Region 001 <gen>
    Conditions
    Actions
        Unit - Kill (Entering unit)

If you are new to fixing leaks check this tutorial out
 
Z

ZaThRaK

Guest
Yes :rolleyes:

POINT - Is a variable of type POINT

Code:
Create
    Events
        Time - Every 5.00 seconds of game time
    Conditions
    Actions
        Set Point = <region>
        Unit - Create 1 <unit> for Player 1 (Red) at <region> facing Default building facing degrees
        Custom script:   call RemoveLocation(udg_Point)


And then this trigger

Code:
Move
    Events
        Unit - A unit enters Region 000 <gen>
    Conditions
    Actions
        Set Point = <region>
        Unit - Order (Entering unit) to Move To Point
        Custom script:   call Removelocation(udg_Point)

And atlast this trigger

Code:
Die
    Events
        Unit - A unit enters (Playable map area)
    Conditions
    Actions
        Unit - Kill (Entering unit) / Unit - Remove (Entering Unit)

EDIT: Darn to late ;)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top