HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

ankh of reincarnation

10-08-2002, 10:43 PM#1
Guest
can someone tell me exactly how to make it that when a hero is created it starts with an ankh, people told me to open maps, tried it, none of it worked, can i have a plain and simple answer plz!
10-08-2002, 11:20 PM#2
ph33rb0
Events -
Unit - A unit owned by Player X Finishes training a unit
(Copy this event over for every player you want this to affect.)

Conditions -
((Trained Unit) is A Hero) Equal to True

Actions -
Hero - Create Ankh of Reincarnation and give it to (Trained unit)
10-08-2002, 11:57 PM#3
dataangel
Also, if the hero is already placed on the map, doule click him and hit inventory to add stuff to it.

And a slightly easier to work trigger than the one above (this one doesn't require you to train the hero at an altar):

Event
Unit enters region: Playable map area
Condition
Boolean comparison: Unit is a hero equal to true
Action
Give (Entering Unit) Ankh.
10-09-2002, 01:17 AM#4
ph33rb0
Hey ya I didn't even think about that. I always do the obvious triggers, hehe.