A very important script.

In an effort to enhance lycanthrope roleplay, I am releasing my Automated Roar Offence Output system to the general userbase. Please employ it with great caution.

Pattern: ^aroo$ Script: local aroo = "A" local aroo_components = {"a","r","r","r","r","o","o","o","o","o","o","o","o"} local aroo_length = math.random(25,30) local last_aroo_change = 0 local next_aroo_change = math.random(1,2) local current_aroo = "a" local next_casing_change = math.random(4,6) local last_casing_change = 0 local aroo_upper = false while aroo:len() < aroo_length do if last_aroo_change < next_aroo_change then last_aroo_change = last_aroo_change + 1 last_casing_change = last_casing_change + 1 if aroo_upper then aroo = aroo .. current_aroo:upper() else aroo = aroo .. current_aroo end if last_casing_change > next_casing_change then aroo_upper = not aroo_upper last_casing_change = 0 next_casing_change = math.random(4,6) end else next_aroo_change = math.random(3,6) last_aroo_change = 0 local last_aroo = current_aroo while current_aroo == last_aroo do current_aroo = aroo_components[math.random(1,#aroo_components)] end end end echo(aroo:title() .. "!\n")

Sample output:
AaoooorRRRRROOooooaaaOOOOAaaao! AaoooooOAAAARrrrrrooORRROo! AarrrRROOOOOrrrrrOOORRRRr! ArrrrroOOOOAAaaaoooOORRRRr! ArrroooOAAAOoorrrROOORrrrroOO! ArrrrooOORRRRRoooorRRROOOo! AaoooooORRRROoooooRRRRROOooo! ArrrrrROOOOoorrrrOOORRrrroooo! ArrrooOOOORrrrooooRRRRRAAaooo! AaooooRRRRRooooorRRROOorrro! AoooooORRRROoorrrrROOOOOorrrr! ArrroOOOOORRrrooooOORRRRRaa! AooorRROOOrrrroOOOORrrrrrOOOO! AaooooOOAAAAaooooaaAOOOOoorrr! AoooooORRRRroooooRRRROOoo!
AkaryuterraDzekkIgnotumDrestynSeirLinVyxsisZailaSerriceKelliaraPazradymMelanthaIstela

Comments

  • you're doing the Gods' work here, @Mihaketi
    Indoran'i is back baby. It's good again. Awoouu (wolf Howl)
    An Atzob cultist says, "Is a shamatato as tasty as a potato?"
    (Tells): From afar, Mephistoles hisses harshly to you, "Hey baby, show me your ovipositor?"
    The mighty Jy'Barrak Golgotha opens his maw, catches the glowing spear in his many jagged teeth, and chomps down. The Divine spear breaks with a noise like thunder, shards toppling from the Emperor's jaws. "OM NOM NOM!" He declares, then spits the last of the ruined weapon from his lips.




    PazradymMihaketiIstela
Sign In or Register to comment.