• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Copy and paste multiple lines of actions/conditions

Status
Not open for further replies.
Level 6
Joined
Mar 17, 2012
Messages
105
I want to copy a large set of actions (11 actions), but I can't select them all and then copy them without out singling out to only one. Is there any way I can actually copy this amount of actions? i.e: I want to copy all of these camera changers (this is just an example, a variable could do this easily)

  • Actions
    • Camera - Apply Camera 001 <gen> for Player 1 (Red) over 0.00 seconds
    • Camera - Apply Camera 001 <gen> for Player 2 (Blue) over 0.00 seconds
    • Camera - Apply Camera 001 <gen> for Player 3 (Teal) over 0.00 seconds
    • Camera - Apply Camera 001 <gen> for Player 4 (Purple) over 0.00 seconds
    • Camera - Apply Camera 001 <gen> for Player 5 (Yellow) over 0.00 seconds
    • Camera - Apply Camera 001 <gen> for Player 6 (Orange) over 0.00 seconds
    • Camera - Apply Camera 001 <gen> for Player 7 (Green) over 0.00 seconds
    • Camera - Apply Camera 001 <gen> for Player 8 (Pink) over 0.00 seconds
    • Camera - Apply Camera 001 <gen> for Player 9 (Gray) over 0.00 seconds
    • Camera - Apply Camera 001 <gen> for Player 10 (Light Blue) over 0.00 seconds
    • Camera - Apply Camera 001 <gen> for Player 11 (Dark Green) over 0.00 seconds
 
Level 20
Joined
Jul 14, 2011
Messages
3,213
Select the first action -> keep "Shift" pressed in your keyboard -> Select the last action.

Tadaaaaa!! (Magic).

Anyway, you should "Pick every player in (All Players) and -> "Apply Camera 001 <gen> for (Picked Player) over 0.00 seconds" Is way faster :)

Another way would be "For each integer A from 1 to 11 do -> "Apply Camera 001 <gen> for Player(Integer A) over 0.00 seconds"

You can select indinvidual lines by pressing CTRL while you click the desired actions. SHIFT instead selects actions from SelectedA to SelectedB. This is a general function basen on OS (Windows/Mac) and works with almost anything (icons, folders, word lines, etc.)
 
Last edited:
Status
Not open for further replies.
Top