Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include "introduction.h"
- #include "wait.h"
- int introduction (void) {
- extern int quittersFlag;
- printf("This is your character -> @\n\nSay hello!\n");
- wait();
- printf("\n@ is excited about his new master...\n");
- printf("\n@ needs some word food to complete his upcoming journey.\n");
- wait();
- printf("Any letter or number on your keyboard will do.\n");
- printf("I warn you though, @ hates numbers. If you feed him some...\nhe might just run back to the start.\n\nOr worse...\n\nHe may get lost.\n");
- wait();
- printf("If this seems too great a responsibility you can always press (control-D)\n");
- wait();
- printf("I won't hold it against you.\n");
- wait();
- printf("Still here?\n");
- wait();
- printf("Very well then... its time you give some motivation to your character:\n");
- return quittersFlag;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement