Major update on client packets, now properly making unseen killed monsters not appear as residual on a player's client. Many updates revolving the PiratePQ environment as well.
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
function start() {
|
|
action(1,0,0);
|
|
}
|
|
|
|
function action(mode, type, selection) {
|
|
cm.sendNext("Zzzzz...");
|
|
cm.dispose();
|
|
} |