- Joined
- Aug 8, 2010
- Messages
- 1,022
Hi! I want to create a floating text that show after X 0.10 seconds the spell will cast. I have created the following :
-
Time till cast
-
Events
- Unit - A unit Begins channeling an ability
-
Conditions
- (Casting unit) Equal to Lich 0000 <gen>
-
Actions
- Floating Text - Create floating text that reads 3.0 above Lich 0000 <gen> with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
- Wait 0.10 game-time seconds
- Floating Text - Destroy (Last created floating text)
- Floating Text - Create floating text that reads 2.9 above Lich 0000 <gen> with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
- Wait 0.10 game-time seconds
- Floating Text - Destroy (Last created floating text)
- Floating Text - Create floating text that reads 2.8 above Lich 0000 <gen> with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
- Floating Text - Destroy (Last created floating text)
-
Events