Sauerworld Forum

Sauerbraten Content => Scripts => Topic started by: Ardelico on December 21, 2016, 03:12:06 AM

Title: Name Randomizer Script
Post by: Ardelico on December 21, 2016, 03:12:06 AM
poof
Title: Re: Name Randomizer Script
Post by: RaZgRiZ on December 21, 2016, 04:13:55 PM
Code: [Select]
screwthyname = [
local chars
chars = [abcdefgihjklmopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!#$%&*?<>]
name (loopconcatword i 15 [ substr $chars (rnd (strlen $chars)) 1 ])
]
Title: Re: Name Randomizer Script
Post by: star on December 21, 2016, 04:45:50 PM
What is this kind of magic? Never seen before! You must be a Hexer! A wizard of some Zord!
Title: Re: Name Randomizer Script
Post by: Obstriegel on December 21, 2016, 10:06:06 PM
Here is another script I created. It requires no installation at all.


(http://obstriegel.de/images/sauerworld/namegenerator.png)


Testing needed. A red fluid running from your nose indicates success.
Title: Re: Name Randomizer Script
Post by: Ardelico on December 21, 2016, 10:23:47 PM
Here is another script I created. It requires no installation at all.


(http://obstriegel.de/images/sauerworld/namegenerator.png)


Testing needed. A red fluid running from your nose indicates success.

thas why i posted this junk, to see the 'ur a fuckhead' replies :D :D
roast city
Title: Re: Name Randomizer Script
Post by: star on December 22, 2016, 05:24:43 AM
incredible paint skills
Title: Re: Name Randomizer Script
Post by: Doko on December 22, 2016, 05:19:07 PM
I replaced all those random words with specific adjectives and it was very fun to use. I always got names like "CHICKENPORNMASTER" or "SEXJELLYTOMATO"
Title: Re: Name Randomizer Script
Post by: Suicizer on December 23, 2016, 08:20:59 AM
Code: [Select]
screwthyname = [
local chars
chars = [abcdefgihjklmopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!#$%&*?<>]
name (loopconcatword i 15 [ substr $chars (rnd (strlen $chars)) 1 ])
]

Lol Raz