- Joined
- Jun 12, 2007
- Messages
- 1,261
I'm making a small simple spell for a mini game.
However I don't get the cannon tower to face the point where the dummy is shooting the projectile.
Yes, it has to be a dummy. This is the placeholder spell.
For those who don't know, placeholder spell = something that is just there to check but will be removed afterwards. So no need for leak fixes, don't suggest them I know how to do those.
However I don't get the cannon tower to face the point where the dummy is shooting the projectile.
Yes, it has to be a dummy. This is the placeholder spell.
-
Start
-
Events
- Unit - A unit Starts the effect of an ability
- Conditions
-
Actions
- Unit - Make (Triggering unit) face (Target point of ability being cast) over 0.50 seconds
- Unit - Create 1 Dummy for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing Default building facing degrees
- Unit - Order (Last created unit) to Attack Ground (Target point of ability being cast)
- Unit - Add a 0.50 second Generic expiration timer to (Last created unit)
-
Events
For those who don't know, placeholder spell = something that is just there to check but will be removed afterwards. So no need for leak fixes, don't suggest them I know how to do those.