HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How do I get my text message on top left side of screen?

03-17-2005, 08:19 AM#1
Fragmentation
Game - Display to (All players) the text: Hi

I used the above action to generate a text for all players to see, but it was on the lower left side of the screen. I have seen maps that have the message on the top left

Anyone know what trigger actions gets it up there?
03-17-2005, 10:19 AM#2
Anitarf
I don't know if there are any trigger actions to get it there, but you probably could push it up there by posting a bunch of blank text messages just after it.
03-17-2005, 02:12 PM#3
Tommi
Code:
native DisplayTimedTextToPlayer     takes player toPlayer, real x, real y, real duration, string message returns nothing
native DisplayTimedTextFromPlayer   takes player toPlayer, real x, real y, real duration, string message returns nothing
Adjust x and y between 0.00 and 1.00 (perhaps over 1.00, too).
03-17-2005, 05:20 PM#4
Fragmentation
Thanks will try them both
03-17-2005, 09:49 PM#5
johnfn
This is what UMSWE does, if you want a quick fix you can just download it... it has the positioned text GUI trigger right in it.