Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 3 of 58 FirstFirst 12345671353 ... LastLast
Results 21 to 30 of 577
  1. #21
    Join Date
    Jul 2004
    Location
    California
    Posts
    8,725
    Tokens
    3,789
    Habbo
    HotelUser

    Latest Awards:

    Default

    trim($currentlisteners) > 1
    I'm not crazy, ask my toaster.

  2. #22
    Join Date
    Jan 2010
    Location
    New Jersey
    Posts
    2,448
    Tokens
    3,120
    Habbo
    ChickenFaces

    Latest Awards:

    Default

    lololololol. you're just too cute shannon s******

    I figured I'd censor out my last name I don't want you creepers here.

    copied some facebook comment a friend posted.

    I'm on my knees
    you're my favorite disease.

  3. #23
    Join Date
    Jan 2010
    Posts
    3,641
    Tokens
    138

    Latest Awards:

    Default

    private boolean walkPath(RSTile[] tiles) {
    RSTile[] path = walking.randomizePath(tiles, 2, 2);

    if (!walking.isRunEnabled() && walking.getEnergy() >= random(19, 43)) {
    walking.setRun(true);
    }

    if (random(1, 8) == 1) {
    if (walking.getDestination() != null) {
    camera.turnToTile(walking.getDestination(), random(16, 53));
    }
    }

    if (calc.distanceTo(walking.getDestination()) <= random(3, 6)) {
    return walking.walkPathMM(path, 15);
    } else {
    return false;
    }
    }


    private boolean walkPathReverse(RSTile[] tiles) {
    RSTile[] path = walking.randomizePath(tiles, 2, 2);
    RSTile[] reversed = walking.reversePath(path);

    if (!walking.isRunEnabled() && walking.getEnergy() >= random(19, 43)) {
    walking.setRun(true);
    }

    if (random(1, 8) == 1) {
    if (walking.getDestination() != null) {
    camera.turnToTile(walking.getDestination(), random(16, 53));
    }
    }

    if (calc.distanceTo(walking.getDestination()) <= random(3, 6)) {
    return walking.walkPathMM(reversed, 15);
    } else {
    return false;
    }
    }

    i was moving some of my scripting to a word doc

  4. #24
    Join Date
    Feb 2008
    Posts
    1,825
    Tokens
    0

    Latest Awards:

    Default

    mctown.net
    Sounds like someone wants to get.... funky.

  5. #25
    Join Date
    Apr 2010
    Location
    Bed
    Posts
    1,107
    Tokens
    0

    Latest Awards:


  6. #26
    Join Date
    Oct 2009
    Posts
    7,758
    Tokens
    21,560
    Habbo
    Yuxin

    Latest Awards:

    Default

    I cant post the last thing I copied, or the thing b4, so I'll post the thing b4

    becks beer

  7. #27
    Join Date
    May 2008
    Location
    Nottingham
    Posts
    3,490
    Tokens
    388
    Habbo
    AidenFTW24

    Latest Awards:

    Default

    Thanks for your input - Aidenn


    Interesting....

  8. #28
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,047
    Tokens
    0
    Habbo
    tylermunjkt

    Latest Awards:

    Default

    heya jodz

    random copy tbh.

  9. #29
    Join Date
    Jan 2011
    Location
    N.London
    Posts
    3,759
    Tokens
    670
    Habbo
    Lamz

    Latest Awards:


  10. #30
    Join Date
    Jan 2010
    Posts
    3,641
    Tokens
    138

    Latest Awards:


Page 3 of 58 FirstFirst 12345671353 ... LastLast

Posting Permissions

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