Par
Master Poster
- Joined
- Apr 20, 2007
- Messages
- 2,768
FABLED ENEMIES
#Par’s conspiracy documentary title generator v1.0
$first= @("ambiguous", "ambivalent", "confusing", "deceiving", "deceptive", "delusional", "delusionary", "delusive", "distorted", "equivocal", "factitious", "false", "fanciful", "fantastic", "fantastical", "fictive", "fraudulent", "garbled", "illusive", "illusory", "inaccurate", "invented", "made-up", "sham", "will-o'-the-wisp")
$second= @("adversary", "antagonist", "archenemy", "combatant", "competitor", "detractor", "enemy", "fifth column", "foe", "nemesis", "opponent", "rival")
Write-Host "Your conspiracy documentary shall be called..."
Write-Host -ForegroundColor Red -BackgroundColor Black (($first[(New-Object system.random).Next(0, $first.Count)]) +" "+ ($second[(New-Object system.random).Next(0, $second.Count)]) +"!").toupper()



