isaiahk9 @ Tue May 27, 2008 3:13 pm wrote:
1. Make all your madlibs in seperate turing files.
2. Make all your madlibs into procedures (F10 it or look at a tutorial if you don't know what it is).
3. Make a main.t Turing file.
4. Inlude all your files in main.t :
Include "madlibs1.t"
Include "madlibs2.t"
Include "madlibs3.t"
etc.
5. If the user selects madlibs 1, then (assuming the procedure you named madlibs # 1 is madlibs1) :
madlibs1
this is what I tried, I renamed the file of the madlib