• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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