Make a Madlib With Notepad
by hikinotimasha in Circuits > Software
11547 Views, 7 Favorites, 0 Comments
Make a Madlib With Notepad
This instructable will teach you how to make a madlib with notepad.
Open Notepad
Well, if you didn't notice, you need notepad. Just go to START, All programs, accessories, notepad.
Write a Story
Go to word and write a story, and when your done, take out some words.
Add Inputs
For every - you have type in this exactly on notepad:
str = inputbox ("
After that add: a for the first one,b for the second one and so on,c,d,e,f,...... after the str.
after that add whatever the word is ex: stra = inputbox ("Noun")
do that for each one
str = inputbox ("
After that add: a for the first one,b for the second one and so on,c,d,e,f,...... after the str.
after that add whatever the word is ex: stra = inputbox ("Noun")
do that for each one
Putting in the Story
Copy the story from word
then after all the str's have been writen type
msgbox "And then paste story here
for every dash take that out and put a & str... &
ex:
msgbox "The " & strA & "went to the" & strB & "and had fun."
do that on the same line until you are done with the story.
then after all the str's have been writen type
msgbox "And then paste story here
for every dash take that out and put a & str... &
ex:
msgbox "The " & strA & "went to the" & strB & "and had fun."
do that on the same line until you are done with the story.
Edit and Save
Saving might mess you up. You have to "Save as" then go to where it says Save as type put it to "All files" then save as Insertnamehere.VBS
To edit it right-cick its icon and click "edit".
Try it. If it doesn't work play with it or log it and I will get back to asap.
If it does work it won't have the spaces in the right places. Just go in and add them.
If done correctly, it should come out like this:
To edit it right-cick its icon and click "edit".
Try it. If it doesn't work play with it or log it and I will get back to asap.
If it does work it won't have the spaces in the right places. Just go in and add them.
If done correctly, it should come out like this:
You Are Done
You are done.