Did I forgot to add something?PHP Code:
#CLIENTSIDE
function onCreated() {
this.warp_w = 2;
this.warp_h = 3;
this.warp_level = ("Hose.nw");
this.warp_x = 34
this.warp_y = 20;
//this.join("warp");
}
Printable View
Did I forgot to add something?PHP Code:
#CLIENTSIDE
function onCreated() {
this.warp_w = 2;
this.warp_h = 3;
this.warp_level = ("Hose.nw");
this.warp_x = 34
this.warp_y = 20;
//this.join("warp");
}
Remove all the bottom and put;
Maybe that's GS1?PHP Code:
setlevel2 (filename, x, y);
That's GS1 but thanks for helping:D
setlevel2 is actually GS2 as well :pPHP Code:
function onCreated() {
this.warp_level = "Hose.nw";
this.warp_x = 34
this.warp_y = 20;
player.setlevel2(this.warp_level, this.warp_x, this.warp_y);
}
It is functioning;) Thanks.
(had to add a third coordinate to make it work)