예제 #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")