• 0

    posted a message on Spawning units not attacking/moving to point

    @xeroxinfernal: Go

    bumb

    Posted in: Triggers
  • 0

    posted a message on Spawning units not attacking/moving to point

    I am a complete and total Newb at this whole map edit thing. I am just figuring out triggers but really struggling on what i need to put in where. I have been following tutorials so I can only use the forums when needed. But I have hit a wall. I was following this tut [Video] [Spawning units and having them attack a point on the map -  MLWhiteley]. I did everything as instructed and added a few more points. But I can't seem to figure out why the zombies wont move. Or even when i bring a unit around they will not attack it even though they are set to attack any other player? Any help will Help a lot :)

        Events
            Game - Map initialization
        Local Variables
            Unit Group Zombie = (Empty unit group) <Unit Group>
            General - Repeat (Actions) 10 times
                Actions
                    Unit Group - Add (Last created unit) to Unit Group Zombie
                    Unit - Order all units in Unit Group Zombie to ( Attack targeting Point 001) (Replace Existing Orders)
            General - Repeat (Actions) 10 times
                Actions
                    Unit Group - Add (Last created unit) to Unit Group Zombie
                    Unit - Order all units in Unit Group Zombie to ( Attack targeting Point 001) (Replace Existing Orders)
            General - Repeat (Actions) 10 times
                Actions
                    Unit Group - Add (Last created unit) to Unit Group Zombie
                    Unit - Order all units in Unit Group Zombie to ( Attack targeting Point 001) (Replace Existing Orders)
            General - Repeat (Actions) 10 times
                Actions
                    Unit Group - Add (Last created unit) to Unit Group Zombie
                    Unit - Order all units in Unit Group Zombie to ( Attack targeting Point 001) (Replace Existing Orders)
            General - Repeat (Actions) 10 times
                Actions
                    Unit Group - Add (Last created unit) to Unit Group Zombie
                    Unit - Order all units in Unit Group Zombie to ( Attack targeting Point 001) (Replace Existing Orders)
            General - Repeat (Actions) 10 times
                Actions
                    Unit Group - Add (Last created unit) to Unit Group Zombie
                    Unit - Order all units in Unit Group Zombie to ( Attack targeting Point 001) (Replace Existing Orders)
            Player - Make player 15 and player 1 treat each other as Enemy
            Player - Make player 15 and player 2 treat each other as Enemy
            Player - Make player 15 and player 3 treat each other as Enemy
            Player - Make player 15 and player 4 treat each other as Enemy
            Player - Make player 15 and player 5 treat each other as Enemy
            Player - Make player 15 and player 6 treat each other as Enemy
            Player - Make player 15 and player 7 treat each other as Enemy
            Player - Make player 15 and player 8 treat each other as Enemy
            Unit - Create 3 Zombie (From Terran Infestation Rupture) for player 15 at Point 003 using point facing (No Options)

    Posted in: Triggers
  • To post a comment, please or register a new account.