Page 1 of 1

Capturing user input

Posted: Fri Nov 15, 2019 4:46 pm
by manacubus
Hi

I'd like to capture user input history for a session. Specifically those commands entered manually (or via triggers, it doesn't matter). I'm specifically after the exact commands sent to the mud from the client. Have done plenty of reading but still stumped - how do I access these?

And secondly, I would need an event that is triggered on each user input (so I can capture it and append it to the log). Surely this exists already? Can you clue me in please?

Kind Regards
M

Re: Capturing user input

Posted: Sat Nov 16, 2019 12:47 am
by demonnic
What you're looking for in all of these cases is the sysDataSendRequest event, https://wiki.mudlet.org/w/Manual:Event_ ... endRequest

Re: Capturing user input

Posted: Sat Nov 16, 2019 8:04 am
by manacubus
Thanks very much, I'll look into it!