this post was submitted on 19 Feb 2026
1 points (100.0% liked)

Blind Main

597 readers
1 users here now

The main community at rblind.com, for discussion of all things blindness.

You can find the rules for this community, and all other communities we run, here: https://ourblind.com/comunity-guidelines/ Lemmy specifics: By participating on the rblind.com Lemmy server, you are able to participate on other communities not run, controlled, or hosted by us. When doing so, you are expected to abide by all of the rules of those communities, in edition to also following the rules linked above. Should the rules of another community conflict with our rules, so long as you are participating from the rblind.com website, our rules take priority. Should we receive complaints from other instances or communities that you are repeatedly, knowingly, and maliciously breaking there rules, we may take moderator action against you, even if your posts comply with all of the rblind.com rules linked above.

founded 2 years ago
MODERATORS
 

Any Tintin++ users out there willing to share tips? This is the only #MUD client I can get working on #Stormux, and to be honest, the scripting just to add a simple trigger and the error messages are confusing to me. I'm trying to set up some simple triggers for Erion MUD and having a hard time figuring out what I'm doing.
#MUDClients #MUDClient #tintin #orca #ScreenReader #Linux #archlinuxarm @mastoblind @main

you are viewing a single comment's thread
view the rest of the comments
[–] shortwavesurfer@lemmy.zip 1 points 2 weeks ago* (last edited 2 weeks ago)

What exactly are you trying to do? I coded an entire Miriani sound pack back in like 2014 because I didn't want to use Windows, and so I got pretty decent at it.

The format is

#action {some text from mud goes here}
{what to do on your end}

Example

#action {Tom walks in}
{slap tom}
#action {%1 walks in}
{slap %1}