- Joined
- Dec 29, 2008
- Messages
- 3,361
Another problem
No Illusions is created. Also, how can I increase the illusions spawned?
-
Hallucination
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
(Ability being cast) Equal to Hallucinate Probe
-
-
-
-
Then - Actions
-
Set Hallucination_Point = (Position of (Triggering unit))
-
Unit - Create 1 Probe (Hallucination) for (Owner of (Triggering unit)) at Hallucination_Point facing Default building facing degrees
-
Unit - Hide (Last created unit)
-
Set Hallucinated = (Last created unit)
-
Unit - Create 4 To Be Used As Dummy for (Owner of (Triggering unit)) at Hallucination_Point facing Default building facing degrees
-
Hero - Create Wand of Illusion x4 and give it to (Last created unit)
-
Hero - Order (Last created unit) to use (Last created item) on Hallucinated
-
Unit - Remove Hallucinated from the game
-
Unit - Remove (Last created unit) from the game
-
-
Else - Actions
-
-
Custom script: call RemoveLocation(udg_Hallucination_Point)
-
-
No Illusions is created. Also, how can I increase the illusions spawned?