Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

19
LINES

< > BotCompany Repo | #1003477 // Kevin Bot (Local Speech Generator on Desktop)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Uses 13052K of libraries. Click here for Pure Java version (5624L/39K/129K).

!7

p {
  kevin_debug = true;
  //kevin("This is Kevin");
  becomeMouth();
  makeBot("Kevin.");
  print("Type here to make me speak!");
}

ssynchronized S answer(S s) {
  print(s);
  if (eq(s, "!blip")) blip();
  else {
    kevin(s);
    kevin_wait();
  }
  ret "OK";
}

download  show line numbers  debug dex  old transpilations   

Travelled to 18 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, nbgitpuheiab, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wtqryiryparv, xhsrmoityime

No comments. add comment

Snippet ID: #1003477
Snippet name: Kevin Bot (Local Speech Generator on Desktop)
Eternal ID of this version: #1003477/7
Text MD5: 006a45684ae37c9c6bb7162fc9216c6f
Transpilation MD5: 5b2d2004d8ae4fa88ddf1065f941440e
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-09 17:35:58
Source code size: 287 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 664 / 796
Version history: 6 change(s)
Referenced in: #1004131 - Dual Speak Bot [PC & Phone]