Capturing user input

Post Reply
manacubus
Posts: 3
Joined: Fri Nov 15, 2019 4:40 pm

Capturing user input

Post 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

User avatar
demonnic
Posts: 884
Joined: Sat Dec 05, 2009 3:19 pm

Re: Capturing user input

Post by demonnic »

What you're looking for in all of these cases is the sysDataSendRequest event, https://wiki.mudlet.org/w/Manual:Event_ ... endRequest

manacubus
Posts: 3
Joined: Fri Nov 15, 2019 4:40 pm

Re: Capturing user input

Post by manacubus »

Thanks very much, I'll look into it!

Post Reply