• 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.

[JASS] [Request] Multiple instance countdown script

Status
Not open for further replies.
Level 12
Joined
Mar 16, 2006
Messages
992
I need a floating text multi-instance countdown script.

It needs to take an integer, font size, r# b# g#, x# y#, and be able to have at least 10 of them on the screen at the same time. It needs to countdown every second and then destroy itself when the time is up.

If you could make it so that the countdown and floating text were seperate functions, that would be even better. IE: Have floatingtext call on countdown and take it from there. That way I could use the floatingtext function for other spells and ultimately save me a lot of time & space.

If anyone bites, you will have my utmost thanks and appreciation, rep, and maybe even a first born or two.
 
Level 13
Joined
Nov 22, 2006
Messages
1,260
I don't understand your request (I don't understand a lot of things lately, I'm starting to worry). You need 10 floating texts every second? What do they have to show? Where do they have to appear? How long should they last? What do these # thingies mean?
 
Level 12
Joined
Mar 16, 2006
Messages
992
I don't understand your request (I don't understand a lot of things lately, I'm starting to worry). You need 10 floating texts every second? What do they have to show? Where do they have to appear? How long should they last? What do these # thingies mean?

No. It needs to be capable of handling multiple floating texts.

It needs to display the given integer at font size, in r b g color, at position x y, and call on a countdown script which takes the said integer and reduces it by 1 and refreshes the text.

Sorry if I confused you, I thought rbg# x/y# etc were obvious values.
 
Status
Not open for further replies.
Top