• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Quest/Floating text problem

Status
Not open for further replies.
Level 10
Joined
Apr 3, 2006
Messages
535
Hi, im having trouble doing a quest using floating text, here is my trigger, ive never used floating text before and nothings working
q1 start Copy 2
Events
Player - Player 1 (Red) Selects a unit
Conditions
(Triggering unit) Equal to Town Guard 0053 <gen>
Actions
Special Effect - Destroy (Last created special effect)
Floating Text - Create floating text that reads You look like a stu... above Town Guard 0053 <gen> with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
Floating Text - Show (Last created floating text) for (All players)
Floating Text - Change the lifespan of (Last created floating text) to 6.00 seconds
Floating Text - Change text of (Last created floating text) to This village is und... using font size 10.00
Floating Text - Change the lifespan of (Last created floating text) to 6.00 seconds
Floating Text - Destroy (Last created floating text)
Quest - Display to (All players) the Quest Update message: New Quest Added
Quest - Create a Optional quest titled Kill 10 Wrigler's with the description Help the village by..., using icon path ReplaceableTextures\CommandButtons\BTNKobold.blp
Quest - Mark (Last created quest) as Discovered
Wait 10.00 seconds
Trigger - Turn off (This trigger)
 
Level 21
Joined
Aug 21, 2005
Messages
3,699
Floating Text - Create floating text that reads You look like a stu... above Town Guard 0053 <gen> with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
Floating Text - Show (Last created floating text) for (All players)
Floating Text - Change the lifespan of (Last created floating text) to 6.00 seconds
Wait 6.00 seconds
Floating Text - Create floating text that reads This village is und... above Town Guard 0053 <gen> with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
Floating Text - Show (Last created floating text) for (All players)
Floating Text - Change the lifespan of (Last created floating text) to 6.00 seconds

Try that?
 
Status
Not open for further replies.
Top