HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How to Remove requirments for Units?

06-24-2002, 05:56 PM#1
Guest
Say I want to give an "ank of Recarnation" to a Hero that has been made.. How do I do that?

When the Hero dies and comes back again, he gets another one?
06-25-2002, 04:54 AM#2
Guest
to give an item to a hero, use the "give item to hero" trigger. Make a trigger that is called if a unit dies on the map, then have condition that checks if that unit is a hero, then call the "give item to hero" action.
06-25-2002, 01:40 PM#3
Guest
You can just do: "give Ankh to Last created Unit"
06-26-2002, 04:17 AM#4
Guest
if your making the classic rpg, where people select a hero...
when you create the hero, set a "unit" varible to last create unit, and give the varible the name of the hero, so you can easily access the hero in any cinematic triggers, even tho he hasnt been placed on the map yet. You can also "Hero - Create item for Hero -> <item here> give to <hero varible here>"