- Joined
- Jun 18, 2007
- Messages
- 13
Is it possible to make a upgrade go back a couple of levels? Because the function set the current research level says that upgrades cannot be unlearned and as I don't know a thing about JASS I cant do anything there.
-
Uni types up recycle
-
Events
- Unit - A unit Finishes research
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
And - All (Conditions) are true
-
Conditions
- (Researched tech-type) Equal to Hammerman (A1) (Front line)
- (Current research level of Hammerman (A1) (Front line) for (Owner of (Researching unit))) Equal to 10
-
Conditions
-
And - All (Conditions) are true
-
Conditions
-
Or - Any (Conditions) are true
-
(lots of additional conditions similar to the first here)
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Owner of (Researching unit)) Equal to Player 6 (Orange)
-
Then - Actions
- Player - Set the current research level of (Researched tech-type) to 1 for Player 6 (Orange)
- Player - Set the current research level of (Researched tech-type) to 1 for Player 1 (Red)
-
Else - Actions
- Player - Set the current research level of (Researched tech-type) to 1 for Player 3 (Teal)
- Player - Set the current research level of (Researched tech-type) to 1 for Player 2 (Blue)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Actions
-
Events