Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

Random Name Generator

10 years ago

Lol. I made a random name generator with scripting that makes up random names from lengths 3-8 characters. It's funny because 10-20 percent of the times they spell out actual words. 

Random Name Generator

10 years ago

OK, that's sort of interesting. How'd you do it?

Random Name Generator

10 years ago

This is the script:

 

%V1 := 0
%V2 := 0
%V3 := 0
%V4 := 0
%V5 := 0
%V6 := 0
%V7 := 0
%V8 := 0

%C1 := 0
%C2 := 0
%C3 := 0
%C4 := 0
%C5 := 0
%C6 := 0
%C7 := 0
%C8 := 0

%ROLL := 1D6

IF %ROLL >= 1 THEN
BEGIN

%ROLL1 := 1D2
IF %ROLL1 = 1 THEN
BEGIN
%C1 := 1D21
%ROLL2 := 2
END

IF %ROLL1 = 2 THEN
BEGIN
%V1 := 1D5
%ROLL2 := 1
END

IF %ROLL2 = 1 THEN
BEGIN
%C2 := 1D21
%ROLL3 := 2
END

IF %ROLL2 = 2 THEN
BEGIN
%V2 := 1D5
%ROLL3 := 1
END

IF %ROLL3 = 1 THEN
BEGIN
%C3 := 1D21
%ROLL4 := 2
END

IF %ROLL3 = 2 THEN
BEGIN
%V3 := 1D5
%ROLL4 := 1
END

END

IF %ROLL >= 2 THEN
BEGIN
IF %ROLL4 = 1 THEN
BEGIN
%C4 := 1D21
%ROLL5 := 2
END

IF %ROLL4 = 2 THEN
BEGIN
%V4 := 1D5
%ROLL5 := 1
END

END

IF %ROLL >= 3 THEN
BEGIN
IF %ROLL5 = 1 THEN
BEGIN
%C5 := 1D21
%ROLL6 := 2
END

IF %ROLL5 = 2 THEN
BEGIN
%V5 := 1D5
%ROLL6 := 1
END

END

IF %ROLL >= 4 THEN
BEGIN
IF %ROLL6 = 1 THEN
BEGIN
%C6 := 1D21
%ROLL7 := 2
END

IF %ROLL6 = 2 THEN
BEGIN
%V6 := 1D5
%ROLL7 := 1
END

END

IF %ROLL >= 5 THEN
BEGIN
IF %ROLL7 = 1 THEN
BEGIN
%C7 := 1D21
%ROLL8 := 2
END

IF %ROLL7 = 2 THEN
BEGIN
%V7 := 1D5
%ROLL8 := 1
END

END

IF %ROLL >= 6 THEN
BEGIN
IF %ROLL8 = 1 THEN
BEGIN
%C8 := 1D21
END

IF %ROLL8 = 2 THEN
BEGIN
%V8 := 1D5
END

END

This is on the page:

%%V1%=%1%A%%%%V1%=%2%E%%%%V1%=%3%I%%%%V1%=%4%O%%%%V1%=%5%U%%%%C1%=%1%B% %%%C1%=%2%C%%%%C1%=%3%D%%%%C1%=%4%F%%%%C1%=%5%G%%%%C1%=%6%H%%%%C1%=%7%J %%%%C1%=%8%K%%%%C1%=%9%L%%%%C1%=%10%M%%%%C1%=%11%N%%%%C1%=%12%P%%%%C1%= %13%Q%%%%C1%=%14%R%%%%C1%=%15%S%%%%C1%=%16%T%%%%C1%=%17%V%%%%C1%=%18%W%% %%C1%=%19%X%%%%C1%=%20%Y%%%%C1%=%21%Z%%%%V2%=%1%a%%%%V2%=%2%e%%%%V2%=%3%i %%%%V2%=%4%o%%%%V2%=%5%u%%%%C2%=%1%b%%%%C2%=%2%c%%%%C2%=%3%d%%%%C2%=%4%f %%%%C2%=%5%g%%%%C2%=%6%h%%%%C2%=%7%j%%%%C2%=%8%k%%%%C2%=%9%l%%%%C2%=%10% m%%%%C2%=%11%n%%%%C2%=%12%p%%%%C2%=%13%q%%%%C2%=%14%r%%%%C2%=%15%s%%%%C2% =%16%t%%%%C2%=%17%v%%%%C2%=%18%w%%%%C2%=%19%x%%%%C2%=%20%y%%%%C2%=%21%z%%% %V3%=%1%a%%%%V3%=%2%e%%%%V3%=%3%i%%%%V3%=%4%o%%%%V3%=%5%u%%%%C3%=%1%b%%% %C3%=%2%c%%%%C3%=%3%d%%%%C3%=%4%f%%%%C3%=%5%g%%%%C3%=%6%h%%%%C3%=%7%j%%% %C3%=%8%k%%%%C3%=%9%l%%%%C3%=%10%m%%%%C3%=%11%n%%%%C3%=%12%p%%%%C3%=%13%q %%%%C3%=%14%r%%%%C3%=%15%s%%%%C3%=%16%t%%%%C3%=%17%v%%%%C3%=%18%w%%%%C3%= %19%x%%%%C3%=%20%y%%%%C3%=%21%z%%%%V4%=%1%a%%%%V4%=%2%e%%%%V4%=%3%i%%%%V4 %=%4%o%%%%V4%=%5%u%%%%C4%=%1%b%%%%C4%=%2%c%%%%C4%=%3%d%%%%C4%=%4%f%%%%C4 %=%5%g%%%%C4%=%6%h%%%%C4%=%7%j%%%%C4%=%8%k%%%%C4%=%9%l%%%%C4%=%10%m%%%%C 4%=%11%n%%%%C4%=%12%p%%%%C4%=%13%q%%%%C4%=%14%r%%%%C4%=%15%s%%%%C4%=%16%t% %%%C4%=%17%v%%%%C4%=%18%w%%%%C4%=%19%x%%%%C4%=%20%y%%%%C4%=%21%z%%%%V5%=% 1%a%%%%V5%=%2%e%%%%V5%=%3%i%%%%V5%=%4%o%%%%V5%=%5%u%%%%C5%=%1%b%%%%C5%=% 2%c%%%%C5%=%3%d%%%%C5%=%4%f%%%%C5%=%5%g%%%%C5%=%6%h%%%%C5%=%7%j%%%%C5%=%8 %k%%%%C5%=%9%l%%%%C5%=%10%m%%%%C5%=%11%n%%%%C5%=%12%p%%%%C5%=%13%q%%%%C5 %=%14%r%%%%C5%=%15%s%%%%C5%=%16%t%%%%C5%=%17%v%%%%C5%=%18%w%%%%C5%=%19%x%% %%C5%=%20%y%%%%C5%=%21%z%%%%V6%=%1%a%%%%V6%=%2%e%%%%V6%=%3%i%%%%V6%=%4%o% %%%V6%=%5%u%%%%C6%=%1%b%%%%C6%=%2%c%%%%C6%=%3%d%%%%C6%=%4%f%%%%C6%=%5%g% %%%C6%=%6%h%%%%C6%=%7%j%%%%C6%=%8%k%%%%C6%=%9%l%%%%C6%=%10%m%%%%C6%=%11%n %%%%C6%=%12%p%%%%C6%=%13%q%%%%C6%=%14%r%%%%C6%=%15%s%%%%C6%=%16%t%%%%C6%= %17%v%%%%C6%=%18%w%%%%C6%=%19%x%%%%C6%=%20%y%%%%C6%=%21%z%%%%V7%=%1%a%%%% V7%=%2%e%%%%V7%=%3%i%%%%V7%=%4%o%%%%V7%=%5%u%%%%C7%=%1%b%%%%C7%=%2%c%%%% C7%=%3%d%%%%C7%=%4%f%%%%C7%=%5%g%%%%C7%=%6%h%%%%C7%=%7%j%%%%C7%=%8%k%%%% C7%=%9%l%%%%C7%=%10%m%%%%C7%=%11%n%%%%C7%=%12%p%%%%C7%=%13%q%%%%C7%=%14%r% %%%C7%=%15%s%%%%C7%=%16%t%%%%C7%=%17%v%%%%C7%=%18%w%%%%C7%=%19%x%%%%C7%=% 20%y%%%%C7%=%21%z%%%%V8%=%1%a%%%%V8%=%2%e%%%%V8%=%3%i%%%%V8%=%4%o%%%%V8%= %5%u%%%%C8%=%1%b%%%%C8%=%2%c%%%%C8%=%3%d%%%%C8%=%4%f%%%%C8%=%5%g%%%%C8%= %6%h%%%%C8%=%7%j%%%%C8%=%8%k%%%%C8%=%9%l%%%%C8%=%10%m%%%%C8%=%11%n%%%%C8 %=%12%p%%%%C8%=%13%q%%%%C8%=%14%r%%%%C8%=%15%s%%%%C8%=%16%t%%%%C8%=%17%v%% %%C8%=%18%w%%%%C8%=%19%x%%%%C8%=%20%y%%%%C8%=%21%z%%

Random Name Generator

10 years ago

Pretty nifty. I thought the original version made some good demonic sounding names though.

Random Name Generator

10 years ago

Haha, thanks. The original version spelled out real words more often too. 

Random Name Generator

10 years ago

Random Name Generator

10 years ago

"Monisexi"

Random Name Generator

10 years ago

"Momejake" 

Random Name Generator

10 years ago

Well, I tweaked it a bit. Now the names should look more like human names. 

Random Name Generator

10 years ago

I just got Nib. :P 

Random Name Generator

10 years ago

Ricofag, Ife, Pud, Ufo, Ahip, Ano, Ahe (those last three were one right after another)

Random Name Generator

10 years ago

Ricofag, hahahahahahha. 

Random Name Generator

10 years ago

Ufo....

UFO

What kind of name is Ufo? XD

Random Name Generator

10 years ago

OMFG! IT'S AN UFO! LOOK! IT'S AN INVASION! RUUUUUUUNNNNNNNNNNN!

Random Name Generator

10 years ago

Now this is a very unique and original name. Bob. XD

Random Name Generator

10 years ago

I mean, most of them look like alien names, but they're close enough to be as least thought of as names as oppose to just random letters. 

Random Name Generator

10 years ago

'Akitete'

Random Name Generator

10 years ago

'Fur'

Random Name Generator

10 years ago

lol, now they look more like orc or elf names. 

Random Name Generator

10 years ago

Got Ali like 8 times and got Arabik.

Random Name Generator

10 years ago

8 times? No way. How many times did you try it? 

Random Name Generator

10 years ago

(Actually 4 times, it was an exaggeration)

A lot...

Random Name Generator

10 years ago

lol, I'm going to incorporate this into one of my story game. 

Random Name Generator

10 years ago

If you need a play tester...

Random Name Generator

10 years ago

Haha. It's the story that I've been working on from time to time for 6 months already. One of my biggest storygame. 

Random Name Generator

10 years ago

For more realistic names, I would add "th" as an extra letter.

Random Name Generator

10 years ago

Athotholo 

Random Name Generator

10 years ago

There would be about a 1/90 chance of having two "th"s in one name.

Random Name Generator

10 years ago

I'll try it. 

Random Name Generator

10 years ago

I added the Th, lol. 

Random Name Generator

10 years ago

"Pubes"

Random Name Generator

10 years ago

Haha. 

Random Name Generator

10 years ago

Takosas...

Tacosas...

Tacosaus...

Tacosauce...

That's AWESOME! I wanna name my kid Tacosauce!

Random Name Generator

10 years ago

I know tacocat would. 

Random Name Generator

10 years ago

Nah. It's not a palindrome. Maybe Stackcats.

Random Name Generator

10 years ago

lol I got Uchiha. As in Sasuke Uchiha. 

Random Name Generator

10 years ago

You also added ch, nice.

Random Name Generator

10 years ago

No, I just got lucky with that one, but maybe I should also add ch. 

Random Name Generator

10 years ago

Olafechich? That one just hurts to even think about, let alone pronounce.

On another note, I also got "Olaf" and "Hobo".

Random Name Generator

10 years ago

lol. There's someone name Olaf in MS...

Random Name Generator

10 years ago

Hmm?

Random Name Generator

10 years ago

In MapleStory. It's a multiplayer downloadable platform game. 

Random Name Generator

10 years ago

Oh, I've never played that before. But, Olaf is a really common name.