long IpGetLastError();
on start { // produces an error 10049... TcpOpen(0xffffffff, 1); writeLineEx(1, 3, "IpGetLastError: %d", IpGetLastError()); }