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