In response to SuperSaiyanGokuX
SuperSaiyanGokuX wrote:
Oh, the boy band tradition has carried on throughout the years. Pop culture is never short of at least one omnipresent (yet horrendously awful) boy band. When one breaks up (usually due to the only member with any semblance of real talent breaking off to do his own thing, and/or puberty setting in and ruining their voices past the point that auto-tune can help), there are always a few more waiting in the wings.

Thankfully, I'm far enough removed from the current music scene that I only know of this one thanks to constant media bombardment (as per usual with every boy band; plus this one even comes with its own feature film!) and my brain's (sometimes unfortunate) ability to absorb virtually every piece of data that floats through it, welcome or not.

Anyway, now that I've gotten the joke out of my system, we can all go back to pretending boy bands don't exist.

Took me a while to get that.
In response to Jittai
Jittai wrote:
SuperSaiyanGokuX wrote:
Oh, the boy band tradition has carried on throughout the years. Pop culture is never short of at least one omnipresent (yet horrendously awful) boy band. When one breaks up (usually due to the only member with any semblance of real talent breaking off to do his own thing, and/or puberty setting in and ruining their voices past the point that auto-tune can help), there are always a few more waiting in the wings.

Thankfully, I'm far enough removed from the current music scene that I only know of this one thanks to constant media bombardment (as per usual with every boy band; plus this one even comes with its own feature film!) and my brain's (sometimes unfortunate) ability to absorb virtually every piece of data that floats through it, welcome or not.

Anyway, now that I've gotten the joke out of my system, we can all go back to pretending boy bands don't exist.

Took me a while to get that.

I still don't get it. To long, only half reading.
In response to Flysbad
Flysbad wrote:
Jittai wrote:
SuperSaiyanGokuX wrote:
Oh, the boy band tradition has carried on throughout the years. Pop culture is never short of at least one omnipresent (yet horrendously awful) boy band. When one breaks up (usually due to the only member with any semblance of real talent breaking off to do his own thing, and/or puberty setting in and ruining their voices past the point that auto-tune can help), there are always a few more waiting in the wings.

Thankfully, I'm far enough removed from the current music scene that I only know of this one thanks to constant media bombardment (as per usual with every boy band; plus this one even comes with its own feature film!) and my brain's (sometimes unfortunate) ability to absorb virtually every piece of data that floats through it, welcome or not.

Anyway, now that I've gotten the joke out of my system, we can all go back to pretending boy bands don't exist.

Took me a while to get that.

I still don't get it. To long, only half reading.

In response to Flysbad
Flysbad wrote:
Jittai wrote:
SuperSaiyanGokuX wrote:
Oh, the boy band tradition has carried on throughout the years. Pop culture is never short of at least one omnipresent (yet horrendously awful) boy band. When one breaks up (usually due to the only member with any semblance of real talent breaking off to do his own thing, and/or puberty setting in and ruining their voices past the point that auto-tune can help), there are always a few more waiting in the wings.

Thankfully, I'm far enough removed from the current music scene that I only know of this one thanks to constant media bombardment (as per usual with every boy band; plus this one even comes with its own feature film!) and my brain's (sometimes unfortunate) ability to absorb virtually every piece of data that floats through it, welcome or not.

Anyway, now that I've gotten the joke out of my system, we can all go back to pretending boy bands don't exist.

Took me a while to get that.

I still don't get it. To long, only half reading.

You don't need to read that one. Ter13's post gives a good enough hint. If you still don't get it, then I'm glad that you haven't been tainted by knowledge of their existence.
Uhh okay: New problem.

Turf apparently doesnt trigger the bump proc, i dont know why, but i want to make it so when a person tries to bump into a wall/locked door it will tell them they cant, so i overwrote the bump proc and made a proc for translating directions into strings.

mob/proc/getdireshun()
if(dir == 1)
return "NORTH"
if(dir == 2)
return "SOUTH"
if(dir == 4)
return "EAST"
if(dir == 8)
return "WEST"

mob/Bump()
view(2) << "[usr] couldnt walk [getdireshun()]"
..()


Works on mobs(wich it really shouldnt, though, but that can easily be fixed by making them non-apoaque, one tile is one room or building, so its important that more than one guy can be in a spot.
Page: 1 2