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

18
LINES

< > BotCompany Repo | #1003001 // Easy reload bot (updated)

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

Libraryless. Click here for Pure Java version (1710L/12K/39K).

!752

p{
  makeBot("Easy reload bot");
}

answer{
  if(matchStart("re *", s, m)){
    S reloadResult = cast call(getMainBot(), "answer",  "reload sub bot 100" + m.unq(0) , false);
    //ret "Reloaded #100" + m.unq(0);
    ret reloadResult;
  }
  /*if(matchStart("re *", s, m)){
    S reloadResult = cast call(getMainBot(), "answer",  "reload 100" + m.unq(0) , false);
    //ret "Reloaded #100" + m.unq(0);
    ret reloadResult;
  }*/
}

Author comment

Began life as a copy of #1002327

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003001
Snippet name: Easy reload bot (updated)
Eternal ID of this version: #1003001/1
Text MD5: 328da04700e9e81dfa21d06c991d5c3a
Transpilation MD5: 0c9e72a1cab4db0f54054de641e78720
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-04-16 18:24:09
Source code size: 452 bytes / 18 lines
Pitched / IR pitched: No / No
Views / Downloads: 634 / 700
Referenced in: [show references]