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