Пример #1
0
def left_sound():
    play_commands(remote_sounds_json, "left")
Пример #2
0
def mesa_sound():
    play_commands(remote_sounds_json, "mesa")
Пример #3
0
def meter_sound():
    play_commands(remote_sounds_json, "meter")
Пример #4
0
def medical_sound():
    play_commands(remote_sounds_json, "medical")
Пример #5
0
def men_sound():
    play_commands(remote_sounds_json, "men")
Пример #6
0
def malfunction_sound():
    play_commands(remote_sounds_json, "malfunction")
Пример #7
0
def maximum_sound():
    play_commands(remote_sounds_json, "maximum")
Пример #8
0
def lima_sound():
    play_commands(remote_sounds_json, "lima")
Пример #9
0
def liquid_sound():
    play_commands(remote_sounds_json, "liquid")
Пример #10
0
def life_sound():
    play_commands(remote_sounds_json, "life")
Пример #11
0
def light_sound():
    play_commands(remote_sounds_json, "light")
Пример #12
0
def lieutenant_sound():
    play_commands(remote_sounds_json, "lieutenant")
Пример #13
0
def level_sound():
    play_commands(remote_sounds_json, "level")
Пример #14
0
def detonation_activated():
    print(ConsoleColored("[[[ Detonation activated ]]].", "red", bold=1))
    play_commands("detonation", "activated", "ten", "seconds", "remaining")
    countdown_allarm(color="red")
Пример #15
0
def magnetic_sound():
    play_commands(remote_sounds_json, "magnetic")
Пример #16
0
def loading_sound():
    play_commands(remote_sounds_json, "loading")
Пример #17
0
def maintenance_sound():
    play_commands(remote_sounds_json, "maintenance")
Пример #18
0
def location_sound():
    play_commands(remote_sounds_json, "location")
Пример #19
0
def materials_sound():
    play_commands(remote_sounds_json, "materials")
Пример #20
0
def locked_sound():
    play_commands(remote_sounds_json, "locked")
Пример #21
0
def may_sound():
    play_commands(remote_sounds_json, "may")
Пример #22
0
def computer_is_loading():
    print(ConsoleColored("Computer is loading...", "green", bold=1))
    play_commands("computer", "is", "loading")
Пример #23
0
def computer_is_under_control():
    print(ConsoleColored("Computer is under control.", "green", bold=1))
    play_commands("computer", "is", "under", "control")
Пример #24
0
def lockout_sound():
    play_commands(remote_sounds_json, "lockout")
Пример #25
0
def mercy_sound():
    play_commands(remote_sounds_json, "mercy")
Пример #26
0
def lower_sound():
    play_commands(remote_sounds_json, "lower")
Пример #27
0
def message_sound():
    play_commands(remote_sounds_json, "message")
Пример #28
0
def lowest_sound():
    play_commands(remote_sounds_json, "lowest")
Пример #29
0
def micro_sound():
    play_commands(remote_sounds_json, "micro")
Пример #30
0
def leave_sound():
    play_commands(remote_sounds_json, "leave")