[Trigger] Undo researches with trigger problem.

Status
Not open for further replies.
Level 6
Joined
Jul 13, 2006
Messages
140
So, for some reason, this trigger won't reset the researches so that they are not counted as being researched and I hope that someone here can help me.

  • trigger
    • Events
      • Unit - A unit Finishes research
    • Conditions
      • (Researched tech-type) Equal to research E
    • Actions
      • Player - Set the current research level of research A to 1 for (Owner of (Researching unit))
      • Player - Set the current research level of Research B to 0 for (Owner of (Researching unit))
      • Player - Set the current research level of research C to 0 for (Owner of (Researching unit))
      • Player - Set the current research level of research D to 0 for (Owner of (Researching unit))
Here's another example:

  • trigger
    • Events
      • Unit - A unit Finishes research
    • Conditions
      • (Researched tech-type) Equal to research B
    • Actions
      • Player - Set the current research level of research A to 0 for (Owner of (Researching unit))
      • Player - Set the current research level of Research E to 0 for (Owner of (Researching unit))
      • Player - Set the current research level of research C to 0 for (Owner of (Researching unit))
      • Player - Set the current research level of research D to 0 for (Owner of (Researching unit))
I would be very thankful if somebody could help me fix this or else I'll have to scrap a new feature of one of my maps.
 
Status
Not open for further replies.
Top