- Joined
- May 21, 2009
- Messages
- 289
This is my trigger- Im trying to make it so when a hero lvl 1 enters the region, they are replaced with a unit and that unit get an ability based on the entering unit.
EDIT:
lol forgot to list the problem- It doesnt work^ what I listed above, instead it replaces the unit and doesnt add the ability?
someone help?
EDIT:
lol forgot to list the problem- It doesnt work^ what I listed above, instead it replaces the unit and doesnt add the ability?
someone help?
-
Charmer
-
Events
-
Unit - A unit enters Choose Imperial Warrior <gen>
-
-
Conditions
-
((Triggering unit) is A Hero) Equal to True
-
(Hero level of (Triggering unit)) Equal to 1
-
-
Actions
-
Unit - Replace (Entering unit) with a Charmer using The new unit's max life and mana
-
Unit - Move (Last replaced unit) instantly to (Center of Palace Exit Outside <gen>)
-
Camera - Apply White Gold Outside <gen> for (Owner of (Last replaced unit)) over 0.00 seconds
-
Wait 0.01 seconds
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Triggering unit)) Equal to Argonian
-
-
Then - Actions
-
Unit - Add Argonian Evasion to (Last replaced unit)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Triggering unit)) Equal to High Elf
-
-
Then - Actions
-
Unit - Add Focus to (Last replaced unit)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Triggering unit)) Equal to Imperial
-
-
Then - Actions
-
Unit - Add Merchant of Skill to (Last replaced unit)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Triggering unit)) Equal to Khajiit
-
-
Then - Actions
-
Unit - Add Eyesight to (Last replaced unit)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Triggering unit)) Equal to Nord
-
-
Then - Actions
-
Unit - Add Nord Magic Resistance to (Last replaced unit)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Triggering unit)) Equal to Orc
-
-
Then - Actions
-
Unit - Add Orcish Strength to (Last replaced unit)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Triggering unit)) Equal to Redguard
-
-
Then - Actions
-
Unit - Add Fitness to (Last replaced unit)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Triggering unit)) Equal to Wood Elf
-
-
Then - Actions
-
Unit - Add Call apon the Wolf to (Last replaced unit)
-
-
Else - Actions
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-