コード例 #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")