Noola2008-09-09 18:53:33
I'm pretty sure this has been asked for somewhere else, but I don't have time to look it up at the moment, nor do I want to resurrect an old thread if it's all old and stuff.
Anyway, it would be really awesome if you could see messages you've sent to people. If I had a nickle for everytime I've sent a message to someone and they asked a question about what I'd said and I couldn't remember the exact wording (or even the message, if it'd been long enough! ), I'd have a big ol pile of nickles.
Maybe it would only keep the last ten or twenty or so or something if space is an issue or something. I dunno.
Anyway, that's my idea. Making sent messages viewable too.
<------
Anyway, it would be really awesome if you could see messages you've sent to people. If I had a nickle for everytime I've sent a message to someone and they asked a question about what I'd said and I couldn't remember the exact wording (or even the message, if it'd been long enough! ), I'd have a big ol pile of nickles.
Maybe it would only keep the last ten or twenty or so or something if space is an issue or something. I dunno.
Anyway, that's my idea. Making sent messages viewable too.
<------
Estarra2008-09-09 19:31:22
Er, interesting idea and I don't really object, but it's probably a bigger coding project than you may suspect and I doubt we'll have the resources to do this one in the foreseeable future.
Noola2008-09-09 19:34:43
QUOTE(Estarra @ Sep 9 2008, 02:31 PM) 555274
Er, interesting idea and I don't really object, but it's probably a bigger coding project than you may suspect and I doubt we'll have the resources to do this one in the foreseeable future.
I don't doubt it. I'm coding retarded.
Ah well... maybe someday!
Shiri2008-09-10 02:08:10
Would have been a nice idea if it were feasible though, happens to be all the damn time.
Nariah2008-09-10 03:50:34
That's why it is only good messaging manners to reply to messages: msg x re: your inquiry about a library aide position. I would very much like you to join our team! <3 xoxo
Shiri2008-09-10 03:53:49
QUOTE(Nariah @ Sep 10 2008, 04:50 AM) 555507
That's why it is only good messaging manners to reply to messages: msg x re: your inquiry about a library aide position. I would very much like you to join our team! <3 xoxo
Indeed it is, but I forget to do that half the time, and people I message forget to do that the other half of the time, so inevitably something gets lost
Unknown2008-09-10 08:41:15
QUOTE(Shiri @ Sep 10 2008, 05:53 AM) 555511
Indeed it is, but I forget to do that half the time, and people I message forget to do that the other half of the time, so inevitably something gets lost
Clearly, the answer is to write a messaging script that does it all for you.
Thank you for the idea! I've been wanting something new to script, and this could definitely be interesting!
Unknown2008-09-11 00:38:38
QUOTE(Noola @ Sep 9 2008, 03:34 PM) 555277
I don't doubt it. I'm coding retarded.
Ah well... maybe someday!
Ah well... maybe someday!
I has the simple, client-side solution. Takes no work at all! Message yourself the message you sent, and then DELMSG when you don't need it anymore.
Noola2008-09-11 00:42:01
QUOTE(Kialkarkea @ Sep 10 2008, 07:38 PM) 555962
I has the simple, client-side solution. Takes no work at all! Message yourself the message you sent, and then DELMSG when you don't need it anymore.
There's an idea... as long as I remembered to do it each time. Which is iffy. But it's a solution.
Thanks!
Unknown2008-09-11 00:44:50
QUOTE(Noola @ Sep 10 2008, 08:42 PM) 555963
There's an idea... as long as I remembered to do it each time. Which is iffy. But it's a solution.
Thanks!
Thanks!
Other idea is to put them in the MUSH notepad. I used that for my Astrology spheres.
Unknown2008-09-11 03:01:16
Also, please cut and paste Imperian code for messages. They get the ability to simply do "more" rather than having to do readmessages 16 full, readmessages 32 full, and so on each time.
Callia2008-09-12 03:41:09
it would be fairly easy to juryrig the current message system to Noola's idea. Have each character assigned a 'secondname' something like Noolasent. Then have all message sent from Noola send a copy to Noolasent. Then a command to check sent messages would be msgsent and that would display the messages sent to Noolasent?
Noola2008-09-12 03:46:22
QUOTE(Callia Parayshia @ Sep 11 2008, 10:41 PM) 556461
it would be fairly easy to juryrig the current message system to Noola's idea. Have each character assigned a 'secondname' something like Noolasent. Then have all message sent from Noola send a copy to Noolasent. Then a command to check sent messages would be msgsent and that would display the messages sent to Noolasent?
Gwylifar2008-09-12 14:50:27
Seems like a much easier juryrig that didn't double the size of the user database (and sweet heavens, the problems that would cause) would be for the message command to send you the message too. But that's much easier done client-side.
Noola2008-09-12 14:54:43
QUOTE(Gwylifar @ Sep 12 2008, 09:50 AM) 556667
Seems like a much easier juryrig that didn't double the size of the user database (and sweet heavens, the problems that would cause) would be for the message command to send you the message too. But that's much easier done client-side.
But the 'secondname' would just be for sent messages, there wouldn't be all the info that a character file has, score, status, affiliations, honors, etc. So, it'd be a much smaller thing than the regular user stuff... I assume. But keep in mind... I know nothing about anything, so I could totally be wrong. If so, that's cool.