I've decided to work on a small project but I'm new at programming and don't know exactly how.
I want this to be a small chatroom for 2 people and it might look like this to the user.
(message$ = "Let's Play!")
I would not like the line: Global theirmessage$="Okay.",
instead I would like it to be a message that the other person sent.
If you have questions or have some code I could use, please reply.
Also, I posted this in the Blitz+ section before [here], but someone told me to post here.
I want this to be a small chatroom for 2 people and it might look like this to the user.
Global theirmessage$="Okay." .start message$=Input("") Print "You: " + message Delay 2000 Print "Other Person: " + theirmessage Goto start
(message$ = "Let's Play!")
I would not like the line: Global theirmessage$="Okay.",
instead I would like it to be a message that the other person sent.
If you have questions or have some code I could use, please reply.
Also, I posted this in the Blitz+ section before [here], but someone told me to post here.