polserver/testsuite/pol/testpkgs/char/setup.src
turleypol c6f957d4fa
Testclient api: listobjects, open backpack, target (#393)
* added api to get information of the internal state of the client
lock cleanup

* test cleanup
added ability to ignore tests
client communication can now be transfered to different scripts
setup script handles now the initial connection

* added api for open backpack and target/targetcoordinates

* helper function to create account with char
fixed signed char range
added testclient timeout for initial connection

* higher timeout
2021-03-28 14:25:56 +02:00

11 lines
130 B
Text

use os;
use uo;
include "testutil";
var char:=createAccountWithChar("test", "pass");
if (!char)
return char;
endif
return 1;