1
Off Topic / Re: Post real life pictures of yourself.
« on: June 20, 2013, 11:00:33 PM »
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Get out.HOW ABOUT YOU QUIT BEING A richard forget YOU
For starters, things like poop(); and sayhi(); are not even declared and you probably shouldn't make a function for each of them since you can do commandToServer('messageSent', "blah"); all on one line anyway
PACKAGE CHATBOAT { FUNCTION NHM_TYPE::SEND(%THIS) { IF GETSUBSTR(%THIS.VALUE, 0, 6) $= "BOT SAY") { COMMANDTOSERVER("MESSAGESENT","BOT: ",GETSUBSTR(%THIS.VALUE , 6,STRLEN(%THIS.VALUE))); } ELSE IF(%THIS.VALUE, 0, 6) $= "BOT ADD") { COMMANDTOSERVER("MESSAGESENT","BOT: ", EVAL(%THIS)); } ELSE IF(%THIS.VALUE, 0, 6) $= "BOT GREET") { SAYHI(); } ELSE IF(%THIS.VALUE, 0, 6) $= "BOT POOP") { POOP(); } ELSE { PARENT FUNCTION NHM_TYPE::SEND(%THIS); } } }; ACTIVATEPACKAGE(CHATBOAT);
If you like drama flicks, you can't go wrong with Boys Don't Cry, or American History X.