Reset Password
Existing players used to logging in with their character name and moo password must signup for a website account.
- AmenBH2003 27s
- BubbleKangaroo 29m
- Wonderland 1h
- QueenZombean 4m
- Komira 1m
- adrognik 9m
- Ralph 1h
a Mench 15m Doing a bit of everything.
a Kard 5h
- BigLammo 8m https://youtu.be/fE53m3N1WSc
- zxq 3m
- Devi 1h
- BitLittle 17s
- Napoleon 21h
And 19 more hiding and/or disguised
Connect to Sindome @ moo.sindome.org:5555 or just Play Now

I'm curious
scripting.

I was wondering what scripting language is used on this game.

I ask because I'm interest in learning a bit of scripting.

There is a whole forum section about scripting and google drive stuffed with info.

https://drive.google.com/drive/folders/190QyQ_kormdQjjVglN_2TjhbhexmEkzc

Thanks Fopsy. I hope it's alright that I asked.
Babble-On is the scripting language which was implemented in the MOO to enable certain features and make a certain lightweight level of programming access available to players who wanted to contribute to certain areas of game content.

There's a whole forum topic on the subject, I suggest starting with the oldest ones first and reading them in chronological order to understand the story of why it was created and what it was designed to do:

https://sindome.org/bgbb/development-discussion/script-development/

If you're asking about the programming language which the MOO is programmed in and the game content is programmed in, it's a language called MOO. The MOO itself was originally written in either C or C++, I forget which, and the MOO program implements an interpeter for the "internal" MOO language, which is what basically all the game programming is written in. This is regarded as a scripting language since it's interpreted, and I mention all of this just in case this was what you were asking about, as opposed to the BabbleOn feature, which isn't what runs the game.

The most up to date MOO programming specification, relevant to the ToastStunt version of the MOO engine we're running on, is here:

https://github.com/sevenecks/lambda-moo-programming