Author Topic: should i get an alt?  (Read 1123 times)

i mean look at my name
i made it when i was eight
rly brother
is there anyway i can get blockland for cheap on steam?

you could always ask spencer
tbh that seems like a wast of precious emone

no

it causes way too much confusion

Wait for a sale
Honestly imo your name is fine

Wait for a sale
Honestly imo your name is fine
lol dude if loving misspelled 'medieval'

lol dude if loving misspelled 'medieval'
No one really worries about that stuff, keep in mind we had a user here that had the name "The Docter" and no one concerned his name.

i forgot to capitalize the second L in my name :(

No one really worries about that stuff, keep in mind we had a user here that had the name "The Docter" and no one concerned his name.
no people did. i still go back and read his posts every so often.

no people did. i still go back and read his posts every so often.
Huh, must have not noticed. My bad.

i was considering getting one because people think i'm fen the troll

even though i've been using this name on bl for years

No one really worries about that stuff, keep in mind we had a user here that had the name "The Docter" and no one concerned his name.
he's also dead


yes
it's the cool thing nowadays to have alts

PM Badspot and he'll probably fix it.

A few years ago he changed some guy's name from 'ttttttt' to 'Mr. T_T'

A while ago Steve wrote a userscript to change Mr Man's username.
Code: [Select]
// ==UserScript==
// @name         Mr Man? More like
// @version      0.1
// @description  yeah
// @author       Steve5451
// @match        http://forum.blockland.us/*
// @grant        none
// @noframes
// ==/UserScript==

var userUrl = "http://forum.blockland.us/index.php?action=profile;u=35550";

var newName = "Mr stuff";

var links = document.getElementsByTagName("a");

for(i = 0; i < links.length; i++) {
    if(links[i].href == userUrl) {
        links[i].innerHTML = newName;  
    }
}
I edited the code a bit to change my own name. It's client sided, but makes me feel a little better. Also cheaper than an alt.

PM Badspot and he'll probably fix it.

A few years ago he changed some guy's name from 'ttttttt' to 'Mr. T_T'
Badspot doesn't do that anymore.