Latest activity

  • fukurou
    import asyncio async def input_loop(): while True: print("Waiting for input...") await asyncio.sleep(2) # Pauses...
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou replied to the thread 👨‍💻 dev burp.
    import os from pygame import mixer class UltraLeanVoiceSkill(Skill): def __init__(self): super().__init__()...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev burp.
    import os from pygame import mixer class CachedVoiceSkill(Skill): def __init__(self): super().__init__()...
  • fukurou
    fukurou posted the thread 👨‍💻 dev burp in chit chat.
    import os from pygame import mixer class UltraVoiceSkill(Skill): def __init__(self): super().__init__()...
  • fukurou
    fukurou replied to the thread nappy code.
    class DiEvent(Skill): def __init__(self): super().__init__() self.event_hour = 19 # 7 PM...
  • fukurou
    fukurou replied to the thread nappy code.
  • fukurou
    fukurou replied to the thread nappy code.
    last working new ver: class DiEvent(Skill): def __init__(self): super().__init__() self.event_hour = 19 # 7 PM...
  • fukurou
    fukurou replied to the thread nappy code.
    old ver: class DiEvent(Skill): def __init__(self): super().__init__() self.event_hour: int = 19 self._e =...
  • fukurou
    fukurou posted the thread nappy code in chit chat.
    import time class DiEvent(Skill): def __init__(self): super().__init__() self.event_hour = 19 # 19:00 = 7 PM...
  • fukurou
    fukurou replied to the thread shut off skill.
    import sys class DiShutOff(Skill): def __init__(self): super().__init__() # Call the parent class constructor def...
  • fukurou
    fukurou posted the thread shut off skill in chit chat.
    import sys print("I'm outta here!") sys.exit()
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou replied to the thread cts ports.
    var algTriggered: Bool = false var ctsSkills: [Skill] = [] // continuous skills
  • the living tribunal
    the living tribunal updated their status.
Top