Switch to edit mode.
Name(s): ping1: player:tell("Attempting connection to: ", argstr)
2: try
3: x = $network:open(argstr, 7)
4: except (E_INVARG)
5: return player:tell(argstr, " is currently unreachable.")
6: endtry
7: $network:close(x)
8: player:tell(argstr, " is currently reachable.")
9: "Last modified by manta (#7165) on Fri Feb 20 21:21:12 1998 EST."