Merge Objects/Triggers

sve3n

New Member
Reaction score
0
Hello , there is any way i can merge objects or triggers ? thanks

~ im beginner in map editing so do not flame me xD
 

Darthfett

Aerospace/Cybersecurity Software Engineer
Reaction score
615
Which objects? Merge in what way? Are you talking about JASS or GUI?

JASS looks like this:

JASS:
function Test takes nothing returns nothing
    local integer i = 0
    call RemoveUnit(GetTriggerUnit())
    loop
        exitwhen i > 5
        call KillUnit(udg_Target<i>)
        set i = i + 1
    endloop
endfunction</i>


Whereas GUI would look something like this:

Trigger:
  • Test
    • Events
    • Conditions
    • Actions
      • Unit - Remove (Triggering unit)
      • For each (i) from 0 to 6 do (Loop - Actions)
        • Loop (Actions)
          • Unit - Kill Target[(i)]
 

Builder Bob

Live free or don't
Reaction score
249
i mean , i want to add more than 1 object from a map to a map ...

Ah.

From the Object Editor:
  • File -> Export All Object Data
  • File -> Import All Object Data

From the Trigger Editor:
  • File -> Export Triggers
  • File -> Import Triggers

You export files from one map, and import them into another.
 
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