- Joined
- Jun 30, 2014
- Messages
- 16
So I made this ability right? And I made the custom triggers yes?
Heres what I have
Will not work.
Not even the comment appears *Insertsadface*
Can someone help fix this problem?
Heres what I have
Code:
[Event]Unit - A unit begins casting an ability[/Event]
[Condition](Ability being Cast) Equal to _Plant Sappling ( L )[/Condition]
[Action]Set Caster_Plant = (Casting Unit)[/Action] // not needed
[Action]Set Caster_Plant_Point = (Target Point of Ability)[/Action]
[Action]Destructible - Create Cityscape Fall Tree Wall at Caster_Plant_Point Facing etc.
[Action]Game - Display to (All Players) for 5.00 seconds the text: Test
Will not work.
Not even the comment appears *Insertsadface*
Can someone help fix this problem?