- Joined
- Feb 19, 2006
- Messages
- 237
-
Smoke Potion
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Smoke Potion (dummy)
-
-
Actions
-
Custom script: local real x = GetSpellTargetX()
-
Custom script: local real y = GetSpellTargetY()
-
Custom script: set bj_lastCreatedUnit = CreateUnit(GetTriggerPlayer(), 'h00A', x, y, bj_UNIT_FACING)
-
Custom script: call UnitAddAbility(bj_lastCreatedUnit, 'Aclf')
-
Custom script: call IssuePointOrderById(bj_lastCreatedUnit, 852473, x, y)
-
Custom script: call UnitApplyTimedLife(bj_lastCreatedUnit, 'BTLF', 10.5)
-
-