• 0

    posted a message on [Ability] Infestor Terran Spawn

    Ahh yup that was the issue, thanks

    Posted in: Data
  • 0

    posted a message on [Ability] Infestor Terran Spawn

    Alright so im trying to make the infestor spawn other units just as it does with the infested terran. So far everything works, just that the egg that is shot from the infestor never changes to the actual actor/model. But it is still able to attack as of it was the actual unit. If you need anything i will be more than willing to give it to you.

    Posted in: Data
  • 0

    posted a message on [ability] Need charge help

    alright im trying to make an ultralisk charge, i have duplicated the behavior and ability, along with making a custom button. I have added the ability to the ultralisk, but it acts as if it is not activated. Also i have removed all restrictions.

    Posted in: Data
  • 0

    posted a message on Need help with leaderboard trigger

    Here is the code variables: killboard = leaderboard y = 1 supply = 0<integer[10]

    while y ==1 pick int 1-10 and do actions

    if (player(picked int)supplies used != supply[(picked integer)])

    variable - set supply[{picked int)] = (player (picked int) supplies used)

    leaderboard - set killboard item text at column 3 and row (picked int) to (text(supply[picked int]))

    leaderboard - set (last created leaderboard) item text color at column 3 and row (picked int) to (color((current player (picked int) color)))

    else

    <empty>

    Posted in: Triggers
  • 0

    posted a message on Need help with leaderboard trigger

    Alright, i'm trying to create a leader board that displays the supply count for each person. But no matter what i do, the supply would display only once, or it would error and not display. So does anyone know the solution for this?

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