Please or Register to create posts and topics.

VGUI_display question

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.

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.

TheTobbell 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

Wait another question. Do I need to put the media file path in every single one to?!

Np.

No, only in the master vgui entity.