trim($currentlisteners) > 1

trim($currentlisteners) > 1
I'm not crazy, ask my toaster.
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.
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![]()
mctown.net
Sounds like someone wants to get.... funky.
I cant post the last thing I copied, or the thing b4, so I'll post the thing b4
becks beer
heya jodz
random copy tbh.
Want to hide these adverts? Register an account for free!