mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
12 lines
554 B
Plaintext
12 lines
554 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\pc_turnon)
|
|
@text.show(Booting up the PC...*Choose a host to~connect to.)
|
|
@script.start(computer_choose)
|
|
|
|
:end |