P3D-Legacy/P3D/Content/Data/Scripts/computer.dat

12 lines
548 B
Plaintext

version=2
:if:<level.surfing>=true <or> <level.riding>=true
@text.show(You can't interact with~the PC at the moment.)
:end
:endif
@sound.play(PC\TurnOn)
@text.show(Booting up the PC...*Choose a host to~connect to.)
@script.start(computer_choose)
:end