buddypond icon indicating copy to clipboard operation
buddypond copied to clipboard

Improve `bs` BuddyScript Support / Improve `bs.pipe()` Support / Document BuddyScript

Open Marak opened this issue 2 months ago • 1 comments

BuddyPond has a built-in scripting system calledBuddyScript or bs

Executing Commands

bs allows buddies to execute commands in chat or text contexts such as running a /help command or opening an app /piano

Image

Sending Commands

Using the \ operator, bs allows buddies to send commands in chat or text contexts so you can send a piano app like \piano

Image

Piping Commands

bs allows supporting piping commands to each other using the | operator.

Needs Work

[] - Update documentation and add information to /sdk page [] - Adds more tests for handling pipes and new pipe API [] - Implement all available BuddyPonds into the new buddyscript API

Marak avatar Oct 05 '25 00:10 Marak