Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Hmm

Page: 1 of 1
 Cooly
06-08-2004, 10:36 AM
#1
How to do something like in map sith_council:when i push button something happen(nvm) and the subtitle appears at monitor's center.Is this scripting or what?
 wedge2211
06-08-2004, 12:10 PM
#2
I think there's a target_print or trigger_print or something that prints a message to the screen...
 lauser
06-08-2004, 1:10 PM
#3
LOL! Since Wedge has never used it.....

Yes it's target_print. :)
 zag
06-08-2004, 1:42 PM
#4
and i think that mapper used a func_door so when you went near it it told you what the button did...
thats how i would of done it
 Cooly
06-09-2004, 9:50 AM
#5
Yes...target_print,but how set what text i want to be showed?:P
 Jedi_Vogel
06-09-2004, 9:58 AM
#6
I assume you've looked in the entity window?
 Cooly
06-09-2004, 10:10 AM
#7
Yep...and there is:
-to check:redteam,blueteam,private
-keys:origin,targetname,classname
and?
 WadeV1589
06-09-2004, 12:44 PM
#8
/*QUAKED target_print (1 0 0) (-8 -8 -8) (8 8 8) redteam blueteam private
"message" text to print
"wait" don't fire off again if triggered within this many milliseconds ago
If "private", only the activator gets the message. If no checks, all clients get the message.
*/
 Cooly
06-09-2004, 2:09 PM
#9
BIG thanks:)))
 wedge2211
06-09-2004, 4:19 PM
#10
/\
|

That was from the entity description...which you can access inside the entity window, for any entity.
 Jedi_Vogel
06-10-2004, 4:26 AM
#11
Originally posted by Jedi_Vogel
I assume you've looked in the entity window?

So no, he didn't :p
Page: 1 of 1