all you have to do is know your IP address to find that out first go to start then click run then type in command or cmd then type in "ipconfig" and look for your IP address once you know this to connect to a computer use this code and type in your IP address where it asks for additional connection info.
perform checklist for net connections
print "[ ",checklist quantity()," ]NET CONNECTIONS FOUND"
for x=1 to checklist quantity()
print "( ",x," ) ",checklist string$(x)
next x
input choice
input "additional connection info. type 'none' if no info. is needed: ",ip$
if ip$="none" then set net connection choice
if (ip$="none")=0 then set net connection x,ip$
wait key
That will get you connected to a computer then you can use the commands
create net game
and
join net game
if there are games going on you can use
perform checklist for net sessions
command and then print them to the screen and have the user decide what game to join.
I don't know how to send information back and forth though but i'm trying to find that out.
I have DBPro so if you have something else it might not work but I'm pretty sure it'll work any way.
position object myFoot,object position x(yourFace),object position y(yourFace),object position z(yourFace)