HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Unload and Change Owner

08-16-2005, 05:06 PM#1
Elven Ronin
I've got a vehicle system in my map and it works great for most things, but I'm having issues with a particular bit.

Involves a unit transport vehicle (A.P.C.), it uses the goblin zepplin abilities for carrying units. When the vehicle casts an ability called 'exit vehicle', I want to force the unit to unload all units it is carrying, and then change ownership once it finishes unloading, so the units it carries remain with the correct owner.

08-16-2005, 06:16 PM#2
Tim.
Quote:
Unit - Order A.C.P. to Unload All At (Center of (Playable map area))

That of course is how to unload. I suggest you make a unit group of all the units as they enter the A.C.P., so that you can easily change thier owner after unloading.
08-16-2005, 06:33 PM#3
Elven Ronin
Alright, thanks. I'll try that and see how well it works.