Ai wheatley screen
Jump to navigation
Jump to search
ai_wheatley_screen is an entity in Portal 3.
Entity description
It is the screen Wheatley uses to communicate with Chell in Test Chamber 02.
Inputs
The screen can be turned on using a trigger_screen. Static can be shown on screen by parenting the screen to a display_static.
TurnOn (only executable by a trigger_screen)
- Turns the screen on.
StartStatic (only executable if screen is parented to a display_static)
- Starts showing a 5 second long static. Doing "StartStatic (time in seconds)" will make the static appear for the specified time. Doing "StartStatic 0" will show static for infinite time.
StopStatic or ShowFootage (only executable if screen is showing static)
- Starts showing the screen footage.
ChangeFootageValue (0 or 1)
- Changes the footage. 0 is Wheatley talking, 1 is GLaDOS talking.
TurnOff
- Turns the screen off.
Outputs
OnTurnedOn
- Is fired when the screen is turned on.
OnStaticStarted
- Is fired when static shows on screen.
OnStaticStopped
- Is fired when static stops showing.