VGUI_display question
Quote from Tertty Curlyfries on April 19, 2014, 2:19 pmAhoy everyone! It is I here again but this time with a new question! First off thanks to everyone who helped my with my last elevator problem, don't worry she's running smoothly. Now my current question is when you arrive in an elevator you are greeted by a video, vgui_display, and I've triggered it to turn on when you first come up im the elevator. Now my problem is this, it only turns on one "screen" (I only told it to) but I put it all in a group so shouldn't they all turn on or must I set a trigger for every single one? Am I misunderstanding what the group string does? Help would be awesome and thanks y 'all.
Ahoy everyone! It is I here again but this time with a new question! First off thanks to everyone who helped my with my last elevator problem, don't worry she's running smoothly. Now my current question is when you arrive in an elevator you are greeted by a video, vgui_display, and I've triggered it to turn on when you first come up im the elevator. Now my problem is this, it only turns on one "screen" (I only told it to) but I put it all in a group so shouldn't they all turn on or must I set a trigger for every single one? Am I misunderstanding what the group string does? Help would be awesome and thanks y 'all.
Quote from User on April 19, 2014, 4:03 pmNo, you need to turn on all displays.
You can do it easily (example):
If your displays is named: Display_1, Display_2. Display_3 etc.
Then you can send an output to Display_* .
OnTrigger -> Display_* -> Enable
So it turns all Objects on who have the "Display_" in their name.
No, you need to turn on all displays.
You can do it easily (example):
If your displays is named: Display_1, Display_2. Display_3 etc.
Then you can send an output to Display_* .
OnTrigger -> Display_* -> Enable
So it turns all Objects on who have the "Display_" in their name.
Quote from Tertty Curlyfries on April 19, 2014, 4:39 pmTheTobbell wrote:No, you need to turn on all displays.You can do it easily (example):
If your displays is named: Display_1, Display_2. Display_3 etc.
Then you can send an output to Display_* .
OnTrigger -> Display_* -> Enable
So it turns all Objects on who have the "Display_" in their name.Awesome thanks! You're a real help dog
You can do it easily (example):
If your displays is named: Display_1, Display_2. Display_3 etc.
Then you can send an output to Display_* .
OnTrigger -> Display_* -> Enable
So it turns all Objects on who have the "Display_" in their name.
Awesome thanks! You're a real help dog
Quote from Tertty Curlyfries on April 19, 2014, 4:52 pmWait another question. Do I need to put the media file path in every single one to?!
Wait another question. Do I need to put the media file path in every single one to?!