- Joined
- Aug 4, 2008
- Messages
- 279
I have a problem,
-
Frostmourne
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-type of (Item being manipulated)) Equal to Frostmourne
-
-
Then - Actions
-
Special Effect - Create a special effect attached to the right hand of (Triggering unit) using war3mapImported\WrathFrostmourneV3.mdx
-
Set FrostMourne = (Last created special effect)
-
-
Else - Actions
-
-
-
-
Loses
-
Events
-
Unit - A unit Loses an item
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-type of (Last dropped item)) Equal to Frostmourne
-
-
Then - Actions
-
Special Effect - Destroy FrostMourne
-
-
Else - Actions
-
-
-
Last edited: