HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

UNIt Upgrades?!!

03-14-2004, 10:00 PM#1
The_Duggler99
How do i make it so that you can approach an Allied building and then purchase unit ugprades for it that affect your ALLIES, (units you are not in direct control of)

And you arent in control of the upgrade purchashing building either...

Is this possible?
03-15-2004, 12:54 AM#2
Grater
With triggers...

The Event:
"Unit sells an item/unit" - the item/unit sold is dummy, it doesn't do anything and should be destroyed in hte trigger.
Conditions:
Uh whatever you need
The Action:
Player - set upgrade level for (the allies)

You basically make a new trigger for each seperate upgrade, exact details in the trigger will depend on the type of the map and stuff.
03-15-2004, 02:27 AM#3
The_Duggler99
Quote:
Originally Posted by Grater
With triggers...

The Event:
"Unit sells an item/unit" - the item/unit sold is dummy, it doesn't do anything and should be destroyed in hte trigger.
Conditions:
Uh whatever you need
The Action:
Player - set upgrade level for (the allies)

You basically make a new trigger for each seperate upgrade, exact details in the trigger will depend on the type of the map and stuff.


tHANks for the advice fella, ill give it a whirl :)