//**************************************************************************** //SPHERE by : Menasoft ©1997-2000 //www.sphereserver.com // All SPHERE script files and formats are copyright Menasoft & Partners. // This file may be freely edited for personal use, but may not be distributed // in whole or in part, in any format without express written permission from // Menasoft & Partners. All donations and contributions // become the property of Menasoft & Partners. //**************************************************************************** // FILE LAST UPDATED: Friday, April 28, 2000 // Purpose: Britannia Carpenter Script // Notes: This is used for general information pertaining to all Britannian Carpenters // Current Keyword List: // job, what*do*do, profession, occupation, skill, carpent, woodcarving, joining, tool, hammer, nail, saw, chisel, plane // [SPEECH jobCARPENTER] ON=*job* ON=*work* ON=*what*do*do* ON=*profession* ON=*occupation* //SAY=I am the finest carpenter in the land. IF ( || ) DORAND 2 SAY I'm a carpenter. SAY I'm a carpenter and woodcarver. ENDDO ELIF ( ) DORAND 2 SAY I'm the carpenter here. SAY I'm do fine carpentry and woodworking. ENDDO ELSE IF ( || ) DORAND 2 SAY I'm a carpenter by trade. SAY Carpentry and woodcarving are my art and my livelihood. ENDDO ELSE DORAND 2 SAY I'm a carpenter by trade. SAY Carpentry and woodcarving are my livelihood. ENDDO ENDIF ENDIF ON=*skill* IF ( || ) IF ( || ) DORAND 3 SAY What, dost thou want to learn some wood working? I'm not sure that thou art trainable. SAY Thou dost need some skill to craft anything out of wood. I might be able to teach thee a thing or two, but I can't promise anything. SAY Well, for a little compensation, I could show thee some things to practice to improve thy skill in wood working. ENDDO ELSE DORAND 3 SAY What, dost thou want to learn to work wood? I'm not sure that thou art able. SAY Thou dost need skill to make anything out of wood. I might be able to teach thee some, but I ain't promisin' nothin'. SAY Well, for a little money, I could show thee some things to practice. But the more thou dost practice, the better thou'lt be. ENDDO ENDIF ELIF ( ) IF ( || ) DORAND 3 SAY I've been known to teach some how to improve their skills, for a few coins. SAY If thou dost need some training in carpentry, just say the word. SAY I can give thee some practice in carpentry, all thou dost need do is to ask. And leave me a few coins. ENDDO ELSE DORAND 3 SAY I've been known to teach some how to improve their skills, for a few coins. SAY If thou dost need some leanin' in carpentry, just say so. SAY I can give thee some practice in carpentry, just ask. And gimme some coins. ENDDO ENDIF ELSE IF ( || ) DORAND 3 SAY I'd be happy to help train thee in some wood working techniques. I'd ask for a few coins, though, to help cover my time. SAY I'd be honored to teach thee some of what I know. 'Twould be up to thyself, though, to practice it. SAY I can teach thee only if thou art willing to learn. And pay me for the time I would invest. A few coins would suffice. ENDDO ELSE DORAND 3 SAY I could help train thee in some wood working techniques. I'd need some money, though. SAY I'd like to show thee what I can do. 'Tis thy own problem, though, to practice it. SAY Sure, I can teach. Thou needs to pay me for my time. A few coins would be fine. ENDDO ENDIF ENDIF ON=*carpent* ON=*woodcarving* ON=*joining* IF ( || ) DORAND 2 SAY I make furniture and do woodworking for houses. SAY I do carpentry of all kinds. ENDDO ELIF ( ) DORAND 2 SAY I both make furniture and do woodwork for houses. SAY If it's done with wood, I can do it. ENDDO ELSE DORAND 2 SAY The wonderful thing about carpentry is watching thy thoughts take solid shape in thy hand. SAY I have mastered all manifestations of the arts of woodcarving and joining. ENDDO ENDIF ON=*wood* ON=*lumber* SAY I buy and sell loose lumber. ON=*tool* ON=*hammer* ON=*nail* ON=*saw* ON=*chisel* ON=*plane* IF ( || ) IF ( ) DORAND 2 SAY I have some extra tools I could sell. Tools, skill and wood are all that it takes to be thine own carpenter. SAY If it's woodworking tools thou dost need, I might have some available. ENDDO ELIF ( ) DORAND 2 SAY I have some extra tools I could sell. SAY If it's woodworking tools thou need, I might have some available. Thou couldst improve thy own skills with them. ENDDO ELSE DORAND 2 SAY I may have some extra tools I could sell. Mayhaps thou couldst buy the skill to use 'em. Heh heh. SAY If it's woodworking tools thou need, I might have some available. ENDDO ENDIF ELIF ( ) IF ( ) DORAND 2 SAY I wouldn't mind selling some of my old tools. Add to them the right skill, and thou couldst do thine own woodworking SAY I have a fine set of tools I'd like to sell. ENDDO ELIF ( ) DORAND 2 SAY I wouldn't mind selling some of my old tools. SAY I have a fine set of tools I'd like to sell. Become thine own carpenter. Al it takes is some skill. Thou couldst practice and improve that. ENDDO ELSE DORAND 2 SAY I wouldn't mind selling some of my old tools. SAY I have a fine set of tools I'd like to sell. The skill to use 'em is thy own problem. ENDDO ENDIF ELSE IF ( ) DORAND 2 SAY I'm willing to part with some of my extra tools. With the right skill, thou couldst do thine own woodworking. SAY I can provide thee with the tools of my trade. ENDDO ELIF ( ) DORAND 2 SAY I'm willing to part with some of my extra tools. SAY I can provide thee with the tools of my trade. The skill comes with practice. ENDDO ELSE DORAND 2 SAY I'm willing to part with some of my extra tools. Of course some skill is needed to use 'em. SAY I can provide thee with the tools of my trade. ENDDO ENDIF ENDIF ON=Hail ON=Hi ON=Greet ON=Hello SAY=Well met! ON=Bye ON=Goodbye ON=Farewell SAY=Farewell my friend! BYE return 1 ON=CARPET SAY=A fine carpet always keeps the floor of any home warm in the cold months. ON=CHISEL SAY=Chisels are used to sharpen wood. ON=HAMMER SAY=How in nine hells would you drive nails without one? On=LUMBER SAY=Lumber is made from trees, if you have the skill to cut it. ON=NAIL SAY=Thou art kidding me. ON=PLANE SAY=A plane is used on wood to smooth the edges and rough spots. ON=SAW SAY=A sharp saw can cut the hardiest lumber. ON=SKILL SAY=Skill is important if you wish to make furniture. ON=TOOL SAY=Good tools help make a good carpenter. ON=WOODCARVING SAY=Wood carving is a delicate art which requires a steady hand. //RANDOM=Where in the nine hells did I leave my bloody hammer now!? //DEFAULT=I do not understand thee. [EOF]