GetCalc( is a very simple command
Sending Calc:
Needs to be in either a For( statement or Pause to recieve the information so if you want fast transfering your going to need to be able to snycronize the calc to recieve the info and a little note is that the calc is being forced to send the info by the other calc if it can
Recieveing Calc:
Needs command GetCalc(variable
variable cannot be a program or other stuff. Basically it can only be a list,matrix,equation,string or other variables of that nature if you know what I mean
*note: If you want this game to be able to be used by a TI-84 you need to do GetCalc(-54125+1,variable otherwise it will just natively go to the I/O port so if you do GetCalc(variable then the game will be playable by 83's with 83's and 84's with 83's. If you use GetCalc(-54125+1,variable then the game will be playable to 84's with 84's if you do GetCalc(0,variable then the game will be playable by 83's with 84's and 83's with 83's because 0 specifies using only the I/O port
if you do:
GetCalc(port,variable where prot is a variable that is changed accordingly by settings in the game or something then the game will be playable by 83's with 83's and 83's with 84's and 84's with 84's so all calculators can play with each other no matter what and I think that is what you would want to do instead of maknig 2 seperate versions right