Results 1 to 5 of 5

Thread: Warp Not Working

  1. #1
    Street Boss Saint Revla's Avatar
    Join Date
    Nov 2015
    Location
    Netherlands - Europe
    Posts
    603

    Warp Not Working

    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");

    Did I forgot to add something?


  2. #2
    Remove all the bottom and put;
    PHP Code:
    setlevel2 (filenamexy); 
    Maybe that's GS1?
    Computer Science major? I don't know. What's GS2?
    日本語が少し出来ます。でも、「Weeb? ??じゃないですよ!

  3. #3
    Street Boss Saint Revla's Avatar
    Join Date
    Nov 2015
    Location
    Netherlands - Europe
    Posts
    603
    That's GS1 but thanks for helping


  4. #4
    aaaaaaaaaaaaaaaaaaaaaaaaa Grief Hero's Avatar
    Join Date
    Jun 2013
    Location
    n/a
    Posts
    1,327
    PHP Code:
    function onCreated() { 
    this.warp_level "Hose.nw"
    this.warp_x 34 
    this
    .warp_y 20
    player.setlevel2(this.warp_levelthis.warp_xthis.warp_y);

    setlevel2 is actually GS2 as well


    I saw. I conquered. I came.


  5. #5
    Street Boss Saint Revla's Avatar
    Join Date
    Nov 2015
    Location
    Netherlands - Europe
    Posts
    603
    It is functioning Thanks.

    (had to add a third coordinate to make it work)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •