I'm trying to capture output from the lsedit command on Mucks into a Notepad for easy editing, and then send it back to the Muck when the Notepad is closed.
I've successfully setup aliases and triggers to capture the output to a named Notepad, but I have no way of sending that data back to the Muck when the Notepad closes.
Here is some example output of the lsedit command from your typical Furry muck:
At this point, the description's contents have been successfully captured by triggers into a Notepad named me=description where it can be edited.
After I've edited the contents of the Notepad, how can I send it back to the Muck automatically when I close the Notepad window? Is there a scripting event to detect when a Notepad closes? Is there a better way to do this?
I've successfully setup aliases and triggers to capture the output to a named Notepad, but I have no way of sending that data back to the Muck when the Notepad closes.
Here is some example output of the lsedit command from your typical Furry muck:
Syntax: lsedit <object>=<property>
Command: lsedit me=description
< Welcome to the list editor. You can get help by entering '.h' >
< '.end' will exit and save the list. '.abort' will abort any changes. >
< To save changes to the list, and continue editing, use '.save' >
< Insert at line 1 >
Command: .p
1: Line One
2: Line Two
< listed 2 lines starting at line 1 >
At this point, the description's contents have been successfully captured by triggers into a Notepad named me=description where it can be edited.
After I've edited the contents of the Notepad, how can I send it back to the Muck automatically when I close the Notepad window? Is there a scripting event to detect when a Notepad closes? Is there a better way to do this?