#Cobbling Script #Written by Kinsey Hines #Copyright 2003, arkati.org #Version 1.0 11/05/2003 If_1 goto Main echo echo echo Usage: .cobble [material] into [BOOT|SHOE] for [Person] echo echo exit Main: put get my %1 match found You remove match allout I could not matchwait allout: echo echo echo Out of %1. Please restock. echo echo exit found: put put %1 on work waitfor You put put get my cord waitfor You remove put kneel put measure %5 waitfor You wrap your put stand waitfor You stand put measure %1 on work with cord waitfor You carefully put stow cord waitfor You put put get cut knife waitfor You remove put cut %1 on work with knife put stow knife waitfor You put put get %1 put put %1 on %3 form waitfor You put join1: pause 1 echo echo First Joining echo put join %1 match join1 .wait match join2 Roundtime matchwait join2: pause 1 echo echo Second Joining echo put join %1 match join2 .wait match join3 Roundtime matchwait join3: pause 1 echo echo Third Joining echo put join %1 match join3 .wait match join4 Roundtime matchwait join4: pause 1 echo echo Fourth Joining echo put join %1 match join4 .wait match join5 Roundtime matchwait join5: pause 1 echo echo Fifth Joining echo put join %1 match join5 .wait match join6 Roundtime matchwait join6: pause 1 echo echo Sixth Joining echo put join %1 match join6 .wait match done Roundtime match done The hide hasn't been measured yet matchwait done: echo echo Your %3s are now dry. echo exit