Search results

  1. V

    Cant keep comp off Leaderboard

    I Cant seem to keep the computer player from showing up on the leaderboard even though one of the conditions is "Not equal to computer" Create Events Time - Elapsed game time is 0.05 seconds Conditions Actions Leaderboard - Create a leaderboard for (All players)...
  2. V

    Unit Ideas

    I am not sure if this is the correct forum for this thread, or if it should go into the projects forum, sorry if its the wrong one. Ive started working on a map im possibly calling "Squad Wars" maybe "Squad Defense". Not sure yet, give me your ideas after the description: 10 Players. Each with...
  3. V

    Hashtable - Unitpool causing crash

    I was trying to find a way to save a unit type in a hashtable but couldn't find anything that said "unit-type" but i did find a "unitpool" and when i clicked on it i got the normal screen(see below) When i click on the unitpool hyperlink, to fill in the option, my Editor "stops working" and...
  4. V

    Way Gate Triggers

    I have the following trigger: Waygate Events Map initialization Conditions Actions Unit - Create 1 Way Gate for Neutral Passive at (Random point in (Playable map area)) facing Default building facing degrees Set Way_Gate[1] = (Last created unit)...
  5. V

    Turn Rate

    Could someone tell me what the object editor option "Movement-Turn Rate" does? Ive changed it from .6 to its max 3 and haven't noticed any difference in the units ability to "turn".
  6. V

    Dialog Boxes and Waits

    I have the following trigger: Start Timer Events Conditions Actions Dialog - Change the title of Start_Dialog to |c0020c000GO!|r Dialog - Show Start_Dialog for Player 1 (Red) Wait 2.00 seconds Dialog - Hide Start_Dialog for Player 1 (Red)...
  7. V

    Arrow Key movement with camera rotation

    Ok so i got a map that has the Camera Following a unit from behind and close up. as the unit runs around the camera rotates with the unit staying on the back, using the following code: Camera Events Time - Every 0.01 seconds of game time Conditions Actions...
  8. V

    Lag Spike Probloem

    Having a problem with a new Custom Hero Arena i just started working on. i got a simple trigger that takes the hero model you buy and moves it to the next location where you will purchase the hero abilities. It moves the Hero there, removes the hero selector from the game, pans the camera to the...
Top