So, I'm desiring a script that, when I idle (idle is >= 5 minutes), will record the time spent idling, and enable some sort of trigger that will auto-respond to tells.
Player tells you 'Do you know Tyler Durden?'
(.+) tells you \'+\'
>Send("reply Sorry, %1. I've been idling for: ".. idletime ..". I'll respond to you when I am back at the keyboard. Thank you!")
I know idletime would be an LUA var, but that's what I'd want... Right? I know it's hard to write an example for this (As Nick tends to write examples in the requester's language, mine being LUA
Could I have some assistance in making this come to life? I'm kinda confused as to how I'd even start.
EDIT: Of course, just to give a clear definition, idling starts at >= 5 minutes, AND when no command has been entered into the MUD. It automatically removes itself the moment I enter a command.
Player tells you 'Do you know Tyler Durden?'
(.+) tells you \'+\'
>Send("reply Sorry, %1. I've been idling for: ".. idletime ..". I'll respond to you when I am back at the keyboard. Thank you!")
I know idletime would be an LUA var, but that's what I'd want... Right? I know it's hard to write an example for this (As Nick tends to write examples in the requester's language, mine being LUA
Could I have some assistance in making this come to life? I'm kinda confused as to how I'd even start.
EDIT: Of course, just to give a clear definition, idling starts at >= 5 minutes, AND when no command has been entered into the MUD. It automatically removes itself the moment I enter a command.