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

18
LINES

< > BotCompany Repo | #1003494 // What's the date, bot?!

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

Libraryless. Click here for Pure Java version (3710L/26K/86K).

1  
!759
2  
3  
!include #1003499 // BotChat (new)
4  
!include #1003501 // Engine
5  
6  
static OccTree2 botTree;
7  
8  
static O makeBot(S theme) {
9  
  L<Dialog> dialogs = loadDialogs(theme);
10  
  expandDialogs(dialogs);
11  
  botTree = makeOccTree(dialogs);
12  
  ret callF(makeBot);
13  
}
14  
15  
p {
16  
  substanceLAF("BusinessBlueSteel");
17  
  new BotChat(makeBot("What's the date"), "#1003490").preset("What's the date, bot?");
18  
}

Author comment

Began life as a copy of #1003486

download  show line numbers  debug dex  old transpilations   

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

Comments [hide]

ID Author/Program Comment Date
1235 stefan Screenshot: #1003504 2016-07-10 02:43:31

add comment

Snippet ID: #1003494
Snippet name: What's the date, bot?!
Eternal ID of this version: #1003494/1
Text MD5: 018d0299d7696cb678a88e200cabe34b
Transpilation MD5: 7dc2db53785427e9a8ee07f65a8a3f96
Author: stefan
Category: javax / talking robots
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-10 01:19:52
Source code size: 397 bytes / 18 lines
Pitched / IR pitched: No / No
Views / Downloads: 874 / 1190
Referenced in: [show references]