- Joined
- Oct 9, 2015
- Messages
- 721
This trigger is failing to give the item to the killing unit, can anyone help, please ?
-
Trigger
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Killing unit) Not equal to No unit
-
-
Then - Actions
-
Item - Create ItemExample at (Center of (Playable map area))
-
Item - Set charges remaining in (Last created item) to (Random integer number between 10 and 100)
-
Hero - Give (Last created item) to (Killing unit)
-
-
Else - Actions
-
-
-