• 0

    posted a message on Command Cards

    Look at where it says "Ability: Command Card -" then in the field to the right of that where you edit the command card, right click on it, reset to parent value, default settings. It'll wipe out your command card so you have to make it again but it fixes it.

    haha just realized how old this post is... xD

    Posted in: Miscellaneous Development
  • 0

    posted a message on Help w/ Unit groups

    Sweet it works! Thank you so much, that was driving me insane

    Posted in: Triggers
  • 0

    posted a message on Help w/ Unit groups

    Preferably i would like to find someone who will get on skype with me and i can show them my map and the issues im having, but, ill explain the situation here to help u understand whats up.

    I have Waves of units that spawn and run to a specified region and i need them to be in a unit group so i can show how many are left on the leaderboard. I have it set up like this.

    Untitled Trigger 001
        Events
            Timer - Wave Time expires
        Local Variables
        Conditions
        Actions
            General - Wait 1.0 Game Time seconds
            Unit Group - Pick each unit in (Any units in (Entire map) owned by player 15 matching Excluded: Missile, Dead, Hidden, with at most Any Amount) and do (Actions)
                Actions
                    Unit Group - Add (Picked unit) to Creep Group
    

    The wave timer ends and the units spawn. I also have this for the number of units

    Random Map Inits
        Events
            Game - Map initialization
        Local Variables
        Conditions
        Actions
            Variable - Set Creeps = (Number of Living units in Creep Group)
    

    and then the "Creeps" Integer is setup on my Leaderboard. I have gotten it to work only once but the way i did it wasn't going to work with my waves of units spawning at the right times.. I have a few other issues but i can bring those up after i figure this out.

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