• 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.

Build Your Own Maze 2.04

Contents

Build Your Own Maze 2.04 (Map)

Level 8
Joined
Nov 20, 2005
Messages
372
eh

I know what you are doing wrong

1st of all

DON'T USE PICK EVERY UNIT OF TYPE *UNITTYPE* AND DO
IF THEN ELSE DO ( MULTIPLICATE ACTIONS )

this laggs.

2nd.... Save units as a variable

Unit Unit [ array 10 ]

Map init
/
Set unit[1] = *unit of player 1*
Set unit[2] = *unit of player 2*
etc

then do

For each integer from 1 to 10 do
If then do else do ( Multiplicate actions )

this decrases lagg very much :wink:
 
Top