Search results

  1. 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")...
  2. fukurou

    👨‍💻 dev db test

    done
  3. 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.
  4. 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?
  5. fukurou

    [MEDIA]

  6. fukurou

    👨‍💻 dev experimental convince module

    how would that make sense in converting an anal princess into a foot slut?
  7. 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...
  8. 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.
  9. fukurou

    👨‍💻 dev experimental convince module

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

    👨‍💻 dev experimental convince module

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

    👨‍💻 dev experimental convince module

    question is... should convincing be a hard coded thing or part of a rail system...
  12. fukurou

    👨‍💻 dev experimental convince module

    public class AXConvince { private AXContextCmd req; private Responder reset = new Responder( "reset"); private int min = 3; // minimum requests till agreement private int max = 6; private DrawRnd rnd = new DrawRnd(); private int counter = 0; private Boolean mode =...
  13. fukurou

    [MEDIA]

  14. fukurou

    👨‍💻 dev awareness skill

    class DiAware(DiSkillV2): def __init__(self, chobit: Chobits, name: str, summoner="user"): super().__init__() self.chobit: Chobits = chobit self.name: str = name self.summoner: str = summoner self.skills: list[str] = [] def input(self, ear, skin...
  15. fukurou

    👨‍💻 dev awareness skill

    def get_skill_list(self) -> list[str]: result: list[str] = [] for skill in self._dClasses: result.append(skill.__class__.__name__) return result
  16. fukurou

    👨‍💻 dev awareness skill

    public class DiAware extends DiSkillV2 { private Chobits chobit; private String name; private String summoner = "user"; private ArrayList<String> skills = new ArrayList<String>(); public DiAware(Chobits chobit, String name, String summoner) { this.chobit = chobit...
  17. fukurou

    👨‍💻 dev awareness skill

    public ArrayList<String> getSkillList(){ ArrayList<String> result = new ArrayList<String>(); for (DiSkillV2 skill: this.dClasses) { result.add(skill.getClass().getSimpleName()); } return result; }
  18. fukurou

    👨‍💻 dev awareness skill

Top