Search results

  1. fukurou

    Arduino beefup

    #include "DiHelloWorld.h" #include "LivinGrimoireLight.h" void setup() { Led led1(13); // used to initialize the Hello World skill Skill* s2 = new DiHelloWorld(led1); // example skill created Chobit* c1 = new Chobit(); c1->addSkill(s2); c1->think(0, 0, 0); c1->think(0, 0...
  2. fukurou

    [MEDIA]

  3. fukurou

    [MEDIA]

  4. fukurou

    DiAware port

    public class DiAware extends DiSkillV2 { private Chobits chobit; private String name; private String summoner = "user"; private ArrayList<String> skills = new ArrayList<String>(); public Responder replies = new Responder("what","yes", "listening", name + " listening", name +...
  5. fukurou

    [MEDIA]

  6. fukurou

    we need to find the entry points

    class DiBlabberV3(DiSkillV2): def __init__(self, memory_size: int = 9, reply_chance: int = 90): super().__init__() self.npc: AXNPC2 = AXNPC2(memory_size, reply_chance) self._temp_str: str = "" self.splitter: AXStringSplit = AXStringSplit()...
  7. fukurou

    we need to find the entry points

    wait I think I found it: if not npc.learn(ear): # str learn npc.strLearn(ear) let's try: if not npc.learn(ear): # str learn if not npc.strLearn(ear): return save npc.strLearn(ear) should return a boolean the...
  8. fukurou

    we need to find the entry points

    Eliza.PhraseMatcher.reflect
  9. fukurou

    we need to find the entry points

    assuming you aren't talking about onaholes... strLearn learn are the 2 entry points. I would recommend doing a ver3: entry points should return a Boolean without the unrelated methods a return for the RefreshQ list a load method r:RefreshQ = RefreshQ(5) r.insert("1") r.insert("2")...
  10. fukurou

    👨‍💻 dev db test

    done
  11. fukurou

    👨‍💻 dev [Blender] Animating a 3D Anime Character | Project Feline Devstream !wishlist !website !discord

    I think we should stop covering this perpetual loser. not only is he too pussy to release a game, he is also a total snob.
  12. fukurou

    👨‍💻 dev experimental convince module

    I see, so if I ask her to be a foot slut, she might think I am just making sure she likes ass play?
  13. fukurou

    [MEDIA]

  14. fukurou

    👨‍💻 dev experimental convince module

    how would that make sense in converting an anal princess into a foot slut?
  15. fukurou

    👨‍💻 dev experimental convince module

    Nagging, that persistent and often repetitive form of communication, has intrigued researchers and puzzled partners for ages. While it might not be as glamorous as a peacock’s tail or as dramatic as a lion’s roar, nagging does have some evolutionary roots. Let’s explore: Survival and...
  16. fukurou

    👨‍💻 dev experimental convince module

    yes, but assuming you want the 2 to be mutually exclusive, meaning she won't be down for ass play if she is a foot slut.
  17. fukurou

    👨‍💻 dev experimental convince module

    well we are not talking about quick decisive actions, we be takin bout personality shifts
  18. fukurou

    👨‍💻 dev experimental convince module

    and if so... is what is the trigger for a derailment? input?, output from the RefreshQ? either? both?
Top