a) read in the entire contents into a list, perhaps
b) read in a random line (without having to read the entire card into list and then grab a random)
c) read in a specific line number and/or the line beginning with a specific word
I'd also like to see the email function be able to attach an inventory item to the email before sending it
In the /stuffies I'd like to see some variables. Let's say up in Gestures I made one like this:
CODE
Chat Input Chat Output
/hello $1 Hello $1, how are you today?
Now what I'd actually need to type would be "/hello someone's_name" so that the chat output would actually be:
Hello someone's_name, how are you today?
$1 would be the first word I typed after "/hello" -- $2 would be the second word typed after, $3 the third -- $1* would be the first word and all words following, etc.
Hope this makes sense - my brain is still a little cottony and I've not had enough dew yet today to be seeing in color yet.
#!