Vitae Enchanter

Joined: 17 Jun 2005 Posts: 673 Location: New York
|
Posted: Fri Jun 24, 2005 6:11 pm
Notepad for taking notes |
This is not about the noteboard on Aard.
Use:
notepad Romani r r0x0r
Note added.
shownotes
1 Romani r r0x0r
clearnote # to delete specific #
clearnotes asks if your sure 1st.
Code: |
#CLASS {Note Pad}
#ALIAS notepad {
#ADDITEM Notepad {%-1}
#ECHO Note added.
}
#ALIAS shownotes {#LOOP %numitems( @Notepad) {#SHOW %i %item( @Notepad, %i)}}
#ALIAS clearnotes {#YE "Do you really want to clear your notes?" {#VAR notepad ""} {}}
#ALIAS clearnote {#DELNITEM Notepad %1}
#VAR notepad {}
#CLASS 0 |
<suckup>This script was put together a while ago with the help of the fine people of the zmud forums and thier invaluable help.</suckup> |
|