Posted 03 August 2013 - 02:24 PM
OK, so I am working on a mail program for a FTB mindcrack server and I came across this error in my program only after I added the IM code into a function.
rednet:53: Expected number
Pastebin: http://pastebin.com/aUGn7Hyc
Variables (I will tell you what they mean to help make it easier to understand) :
rednet:53: Expected number
Pastebin: http://pastebin.com/aUGn7Hyc
Variables (I will tell you what they mean to help make it easier to understand) :
- choice, this allows the user to chose between IM and Email.
- who, this is the ID of the person the user is messaging.
- aid, this was something I was going to add later to only allow messages from who you are talking to.
- smsg, this is the message being sent.
- rmsg, this is the message being received.
Thank-you for your time.