Silly Question...

danpe

New Member
Reaction score
5
Im using

Event - Unit - A unit Begins an upgrade

i want the condition to be that only if he upgrades to a specific unit it will start...
How can i do that?
 

danpe

New Member
Reaction score
5
But i want to know what he upgrades to before he finishes...
I want to know when he starts...
 

danpe

New Member
Reaction score
5
But i want to know what he upgrades to before he finishes...
I want to know when he starts...
!!!

READ THIS AND TRY TO UNDERSTAND...
I dont want it after it finishes i want it when it starts!!!

I want the trigger to check what he upgrades to before he finishes!!!
 

Doom-Angel

Jass User (Just started using NewGen)
Reaction score
167
well i didn't find any condition to that but why don't u tell me what u are trying to do instead
 

Weyrling

New Member
Reaction score
25
He wants to know what a unit is upgrading to before the upgrade finishes. I'm assuming he has a unit that upgrades into multiple other units, and wants to somehow figure out which one the player selected before it finishes upgrading.
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
Its very simple,
Code:
Untitled Trigger 004
    Events
        Unit - A unit Is issued an order with no target
    Conditions
    Actions
        Game - Display to (All players) the text: (String((Issued order)))
this trigger will tell you which structure your current structure is going to be upgraded into.

to check in which exact just make a condition like this:
Code:
Untitled Trigger 005
    Events
        Unit - A unit Is issued an order with no target
    Conditions
        (Issued order) Equal to (Order(keep))
    Actions
        Unit - Kill (Ordered unit)
this trigger will kill your structure if it is going to become a keep and ONLY a keep.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top