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

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

1 points · 4 comments · view on lemmy.world

4 Comments

nocturne@slrpnk.net · 1 pts · 199d (2 replies)

Even back in the 90s when I mudded heavily I never used tintin, I was always a tinyfugue user. Then I switched to zmud and now I use mudlet. Good luck in your quest!

RareBird15@allovertheplace.ca · 0 pts · 199d (1 reply)

@nocturne Yeah it's definitely not my first choice, but every attempt to download Mudlet has led to messages saying it's not available for Arch Linux ARM.

nocturne@slrpnk.net · 1 pts · 198d

Have you tried the windows version through wine?

I know at one point I got it running on some pi's but forget exactly how I did it.

Check out their discord too, someone may have a solution for you.

shortwavesurfer@lemmy.zip · 1 pts · 198d

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}