dev #16

Merged
Arcmyx merged 4 commits from dev into arcmyx-dev 2026-04-10 17:23:21 +00:00
Showing only changes of commit 3b541f92f9 - Show all commits

View File

@@ -13,10 +13,10 @@ lvldict = {
}
def sendCommand(eventnum, level, msg):
print(f"\x1b[?PYN;{eventnum.str()};{lvldict[level]};{msg}~")
sendCommand(0, 0, "UNRECOVERABLE MICROPYTHON ERROR!!!!! EXITING PROGRAM VERY MUCH UNGRACEFULLY")
sendCommand(0, 1, "hey you should probably know that your RAM is corrupted and you cant buy more because of the shortage")
sendCommand(0, 2, "so the program is running but everything deleted so its kinda frying ur motors")
sendCommand(0, 3, "syntax error you failure. use a linter")
sendCommand(0, 0, "hey you should probably know that your RAM is corrupted and you cant buy more because of the shortage. byeeeee")
sendCommand(0, 1, "UNRECOVERABLE PYTHON ERROR!!!!! Exiting gracefully... JUST KIDDING WHAT DID YOU THINK IT WAS GONNA DO")
sendCommand(0, 2, "so the program is running but it just started looping on the motor frying bit of your program.")
sendCommand(0, 3, "syntax error, you failure!!!! use an error checker")
sendCommand(0, 4, "wanted to just say that your motor is kinda being slow")
sendCommand(0, 5, "so your motor is like 1% slower than it should be but really no one cares")
sendCommand(0, 6, "hey everything in the program is going well just in case nothing in your life is")