Plz Help!!!!!!!!!!!!!!!!

Status
Not open for further replies.

The Guy

T

The Guy

Hey this might be a stupid question but with the starting points how do i get rid of tHe units and the town hall
 
Code:
Melee Initialization
    Events
        Map initialization
    Conditions
    Actions
        Melee Game - Use melee time of day (for all players)
        Melee Game - Limit Heroes to 1 per Hero-type (for all players)
        Melee Game - Give trained Heroes a Scroll of Town Portal (for all players)
        Melee Game - Set starting resources (for all players)
        Melee Game - Remove creeps and critters from used start locations (for all players)
        Melee Game - Create starting units (for all players)
        Melee Game - Run melee AI scripts (for computer players)
        Melee Game - Enforce victory/defeat conditions (for all players)


You see that trigger right whenever you create or just start the map in the Trigger editor?

(You should remove the BOLD ( CODE BELOW ) text ----- Recommended: Remove the trigger)

Code:
Melee Initialization
    Events
        Map initialization
    Conditions
    Actions
        Melee Game - Use melee time of day (for all players)
        Melee Game - Limit Heroes to 1 per Hero-type (for all players)
        Melee Game - Give trained Heroes a Scroll of Town Portal (for all players)
        Melee Game - Set starting resources (for all players)
        [B][I]Melee Game - Remove creeps and critters from used start locations (for all players)[/I][/B]
        Melee Game - Create starting units (for all players)
        Melee Game - Run melee AI scripts (for computer players)
        Melee Game - Enforce victory/defeat conditions (for all players)

-----------------------
There are no stupid questions, just stupid people (whose exclamation mark key is stuck).

Bit harsh, look at his posts, he's a New Member. Respect him as the others.
 
Status
Not open for further replies.
Back
Top