Hey, I'm trying to experiment with the multiplayer commands in dbpro in order to fit them into a simple multiplayer game. However, at this time, im just trying to get them working. I've managed to connect to the same game, but sending messages is another story all together.
I know this is a rather crude way of doing it, but hopefully it'll help me understand it better, when i can get it to work.
if spacekey()=1
input "",netmessage$
send net message string 0,netmessage$
endif
if net message exists()=1
get net message
incomingmessage$=net message string$()
print incomingmessage$
endif
Any help you could offer me would be gratefully recieved, Cheers, Tim
This post was written by me, possibly, depending on whether I am, in fact dead, or not. Possibly.