Don't wanna be here? Send us removal request.
Video
Aaaaawww
Overprotective mama cat
reddir source
424K notes
·
View notes
Text
A Nancy Drew Game Title Generator
(This doesn't work in the feed, you have to be on my blog)
Click for a new title! var leButton = document.getElementById("leButton"); var titleDiv = document.getElementById("titleGoesHere"); leButton.onclick = function() { var title = ""; var firstParts = ["Mystery", "Secret", "Danger", "Message", "Curse", "Legend", "Treasure"]; var adjectives = ["Secret", "Old", "Lost", "Shadow", "White", "Black", "Haunted", "Dark"]; var lastParts = ["Mansion", "Manor", "Ranch", "Island", "Castle", "Moon"]; var rand = Math.floor(Math.random()*3); var firstPart = firstParts[Math.floor(Math.random()*firstParts.length)]; var adjective = adjectives[Math.floor(Math.random()*adjectives.length)]; var lastPart = lastParts[Math.floor(Math.random()*lastParts.length)]; if(rand == 0) { titleDiv.innerHTML = "The " + firstPart + " " + lastPart; } else if(rand==1){ titleDiv.innerHTML = "The " + firstPart + " of the " + adjective + " " + lastPart; } else if(rand==2){ titleDiv.innerHTML = "The " + adjective + " " + lastPart; } };
13 notes
·
View notes