Skip to content
Oxillen Glow edited this page May 29, 2026 · 6 revisions

This page gives examples of working "source code" of bots made from Botbot.

Examples


exampleBot

!createbot &test @exampleBot
(+init) -> Hi I am a bot;  
^!randomnumber$ -> [1,2,3,4,5,6,7,7,8,9,0]
  • !createbot &test Makes the bot in the room test.
  • (+init) Makes the bot say "Hi I am a bot" in test room. Note the ; which marks the end of a command.
  • ^!randomnumber$, ^) Specifies that the message that the command that will initialize the reply has to start with "!randomnumber". $) The message has to end with "!randomnumber". This means that the only message that initialize this response is "!randomnumber". [1,2,3,4,5,6,7,8,9,0]) Is for responding from choosing randomly one of the numbers to output. [Hi,,,,] means that there is a 20% chance "Hi" is the response and 80% that there is no response

MysteryBot🅟🅕

!createbot @MysteryBot🅟🅕 
^/me rolls along$ -> [/me dies,{/me this bot is paused by "peterforever",To restore this bot\, type "!restore @MysteryBot🅟🅕"\, or to kill this bot\, type "!kijI MysteryBot🅟🅕" or "!kijl 1c8b17ce-5815-4366-9989-98628ae7lmao}, /me this bot is paused by "peterforever" because it is boring, /me is killed accidentally by (@sender) as (@sender) rolled on top of me,{!inline /me tries kill myself with:, !kill @MysteryBot🅟🅕,!inline but fails}, Buy euphoria GOLD 🪙 ᵃᵈ, /me falls behind @fumbleweed,/me is now exiting.,{!inline just in case you are a bot:, !kill (@sender), !inline well since you are still there... Sorry}, {!inline goes to the moon 🚀, !help @moon}];
/me rolls after -> [{try,/me rolls along},,,,,,]
how -> [please ask a valid question,idk,I can not parse that! Why not ask an ai?,,,,,,,,,,,,,,,,,,,,]; 
why -> [what a dumb question? Ask an ai,,,,,,,]; 
^!help @peterforever -> *peter is getting routinly up(down)graded to Version. 1.3.0\, please send a '!tell @peterforever msg';
kill -> [,,,,,Murder!]; 
who -> [*who → World Health Organization,,,,,,,,,]; 
wto -> [*wto = World Toilet Organization,,,];
!help @MysteryBot -> functions: IDK\, why not ask an ai. I bet it knows nothing? Made In Euphoria by peterforever src code in https://github.com/ArkaneMoose/BotBot/wiki/Examples#mysterybot%F0%9F%85%9F%F0%9F%85%95

Clone this wiki locally