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


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}