03-03-2013, 11:42 AM
I AM STILL COLLECTING TEXT. IF YOU WANT IT TO BE A SURPRISE FOR OTHER PLAYERS, PM ME YOUR CONTRIBUTIONS.
since it takes fuck all forever to format these goddamn things from plaintext I will attach a sample of how they actually work. // means code comment
basically the email is a list stored inside parentheses, the first couple lines are the header information and the rest is the body of the message. Lines of text are in quotes, put a comma outside to start the next line. "line1", "line2", "line3", and so on. you can't have double quotes used as airquotes in the email or it'll fuck up the code
also yes a doormaster control program is planned, and some emails will eventually contain the ID tag for specific secure doors so you can mess with them remotely if you know how
since it takes fuck all forever to format these goddamn things from plaintext I will attach a sample of how they actually work. // means code comment
Code:
cogwerks03 // datum name
New()
..()
fields = list ("PUBLIC_NT", // change to QMs when that function is done
"CARGO", //Workgroup - i don't know what workgroups even do i am dumb
"[email protected]", //who is it from
"SUPPLY@NT13", // to- can be all, departments or individuals i think
"HIGH", // priority
"MORE SWOLE CAT IN 1 DAY! L@@K!", //subject
"ANCIENT SECRET TO SWOLE CAT DISCOVERED BY LOCAL MOM!",
"This is the secret that Nanotrasen doesn't want YOU to know!",
"Do YOU have a cat? Do people laugh at your pitiful not-so-buff not-so-tuff cat?",
"They do! We are all laughing.",
"Stop the laughter today! Make your cat majestic and buff as heck!",
"Give your cat one dose of ###CONTENT CENSORED-INDIGO7-FLAGGED FOR REVIEW###",
"and be amazed! Try Free* Sample from FREECATPILLS today! 91% Satisfaction guaranteed!")
basically the email is a list stored inside parentheses, the first couple lines are the header information and the rest is the body of the message. Lines of text are in quotes, put a comma outside to start the next line. "line1", "line2", "line3", and so on. you can't have double quotes used as airquotes in the email or it'll fuck up the code
also yes a doormaster control program is planned, and some emails will eventually contain the ID tag for specific secure doors so you can mess with them remotely if you know how