mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-09-04 00:28:33 +02:00
Ported Battle Animation Code Ported Battle Animations for Tackle, Pound, Growl, Ember and Poison Sting Normalized all SFX by Perceived Loudness (-11.0 LUFS) Renamed and moved a bunch of the SFX so they make more sense Added a jingle when you register a Phone Number Added a soundeffect for when an elevator reaches its destination
12 lines
542 B
Plaintext
12 lines
542 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(TurnOn)
|
|
@text.show(Booting up the PC...*Choose a host to~connect to.)
|
|
@script.start(computer_choose)
|
|
|
|
:end |