Page 1 of 1

Taking Notes

Posted: Fri Dec 13, 2013 6:42 pm
by Belgarath
I never saw anyone release a script for just saving notes, so I decided to write one up.

Aliases
addnote - adds a note
rnote - removes a note (by number)
enote - edits a note (by number)
notes - displays all added notes

Re: Taking Notes

Posted: Fri Dec 13, 2013 7:17 pm
by Akaya
Could you package this together?

Re: Taking Notes

Posted: Fri Dec 13, 2013 8:51 pm
by Belgarath
Sure, just added it :)

Re: Taking Notes

Posted: Sat Dec 14, 2013 8:54 pm
by Belgarath
Just realised a mistake in the package for the editNote function.
It should be:
Code: [show] | [select all] lua
notes[n].message = message

Re: Taking Notes

Posted: Sun Dec 15, 2013 3:45 am
by Belgarath
Updated link with a now bug-free package, methinks. Lemme know if you have any problems with it.

Re: Taking Notes

Posted: Thu Dec 18, 2014 5:00 am
by sajjad321
Hopefully he has it somewhere. I never kept it as it was just written out of boredom, heh.