Jump to content

oldpz

Member
  • Content Count

    18
  • Joined

  • Last visited

  • Medals

Posts posted by oldpz


  1. Ok that's strange,

    Let's start from scratch.

    You should have 2 triggers and a unit that you have named boss1.

    First trigger setup :

    activation = none

    Once should be selected

    Condition should read !(alive boss1)

    On activatoin should read setAccTime 0.05

    Second trigger setup :

    activation = none

    Once should be selected

    Countdown should be selected

    Type 5 into Min, Med and Max fields

    Condition should read !(alive boss1)

    On activatoin should read setAccTime 1.0

    Be careful with the decimals :)

    maybe I can't associate 2 triggers at the same target?it still don't works , i try SetAccTime 0.0500 ; SetAccTime 1.0 and the two command erase eachother crearly , how can i add a delay between these two commands?

×