示例#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")