HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How do I make Floating Text...

07-16-2004, 10:36 PM#1
Darkwarlord2000
...Over a unit when the player says something beginning with = ?
Someone please help.
07-17-2004, 02:44 AM#2
th15
Code:
Event:
Player 1 types a chat message

Condition:
(Substring((Entered chat string), 1, 1)) Equal to ?

Actiong:
Floating Text- Create floating text with the text (entered chat string) at position of unit.

That simplified, and you'll need to flesh out he actions more, but its mainly the condition that you need.
07-17-2004, 06:25 PM#3
Darkwarlord2000
One thing.
That rules! You worked it out for me.
thanks much.
07-17-2004, 11:27 PM#4
BuRnInSpartan
i got a question... does the text move when the unit moves?