# sewing if $ARGS[0] = 'start': cla & *clr '
> src="images/shared/accessories/sewing/kit.jpg">
' ' You pull your sewing kit out from under your bed.' *nl if tkan >= 1: 'You have <> pieces of sewing fabric left.' else 'You have no fabric left to use as material.' end act'Leave':gt $loc, $loc_arg act'Practice sewing (0:30)': minut += 30 gs 'stat' cla & *clr '
> src="images/shared/accessories/sewing/practice.jpg">
' if pcs_sewng < 40: sewng_exp += 2 'You practice your sewing skills.' act'Finish':gt 'sewing','start' else ' You spend some time practicing stitches and other sewing techniques but you don''t feel like you''re getting any better.' *nl ' You think you need to real projects to work on to increase your skill, either in a class or on your own.' act'Finish':gt 'sewing','start' end end act'Sew trinkets (0:30)': minut += 30 gs 'stat' cla & *clr if tkan < 1: ' You do not have any material to sew anything. You should buy some from the supermarket.' act'Continue':gt 'sewing','start' else sew_trinket_success = rand(1,240) tkan -= 1 if pcs_sewng >= 40:sewng_exp += rand(pcs_intel/20, pcs_intel/10) if pcs_sewng < 40:sewng_exp += rand(pcs_intel/25, pcs_intel/15) if sew_trinket_success > pcs_sewng*4: '
> src="images/shared/accessories/sewing/practice.jpg">
' ' You do your best trying to sew together a trinket at a quality you can sell but somewhere along the way you mess it up. The material is ruined and you''re frustrated as hell, but at least you felt like you learned something.' act'Finish':gt 'sewing','start' elseif tovarL = 30 and YouCanGar = 0: '
> src="images/shared/accessories/sewing/kit.jpg">
' ' You put together another trinket but then realize you have too many trinkets already. With a deep sense of regret, you throw it away, having no place to store it. At least you learned more about sewing...' act'Finish':gt 'sewing','start' elseif tovarL = 30 and GarTorgItem = 100: '
> src="images/shared/accessories/sewing/kit.jpg">
' ' You put together another trinket but then realize you have too many trinkets already. Even the space in your father''s garage is full. With a deep sense of regret, you throw it away, having no place to store it. At least you learned more about sewing...' act'Finish':gt 'sewing','start' elseif tovarL < 30: tovarL += 1 '
> src="images/shared/accessories/sewing/trinket.jpg">
' ' You spend some time trying to sew something together. After a half hour, you find yourself rewarded for your effort with a small trinket that''s actually of decently high quality.' *nl ' You wonder if you can sell it somewhere?' act'Finish':gt 'sewing','start' elseif tovarL = 30 and GarTorgItem < 100: GarTorgItem += 1 '
> src="images/shared/accessories/sewing/trinket.jpg">
' ' You spend some time trying to sew something together. After a half hour, you find yourself rewarded for your effort with a small trinket that''s actually of decently high quality. The storage space in your room is full but you can still store at least <<100 - GarTorgItem>> in your father''s garage.' *nl ' You wonder how many you can sell at the train station?' act'Finish':gt 'sewing','start' end end end if pcs_sewng >= 50: act'Resize some of your clothes':gt 'clothing', 'view_clothing_list', 'resize' elseif pcs_sewng < 50: act'Resize some of your clothes':msg' You aren''t good enough at sewing to do this.' elseif tkan < 1: act'Resize some of your clothes':msg' You don''t have any sewing materials left to do this. Maybe you should buy some more.' end end !!gt $loc, $loc_arg !!tovarL !!sewng_exp += rand(pcs_intel/20, pcs_intel/10) --- sewing ---------------------------------