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?
I think there's a target_print or trigger_print or something that prints a message to the screen...
LOL! Since Wedge has never used it.....
Yes it's target_print. :)
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
Yes...target_print,but how set what text i want to be showed?:P
I assume you've looked in the entity window?
Yep...and there is:
-to check:redteam,blueteam,private
-keys:origin,targetname,classname
and?
/*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.
*/
/\
|
That was from the entity description...which you can access inside the entity window, for any entity.
Originally posted by Jedi_Vogel
I assume you've looked in the entity window?
So no, he didn't :p