# mod_addedflavour_SFLA_Kit if $ARGS[0] = 'start' or $ARGS[0] = '': *clr & cla CLOSE ALL $locM = 'mod_addedflavour_SFLA_Kit' $locM_arg = 'start' $loc = 'mod_addedflavour_SFLA_Kit' $loc_arg = 'start' $locclass = 'kitr' $menu_loc = 'mod_addedflavour_SFLA_Kit' $menu_arg = 'start' menu_off = 0 gs 'themes', 'indoors' gs 'mod_addedflavour_charsche' , 'chkschedule' gs 'stat' if sound = 0 : gs 'mod_addedflavour_SFLA_Functions' , 'soundgen' if modVar_AF_SFLA_AptRProg['Kit'] >= modVar_AF_SFLA_AptRProg['Lv2Req']: $modVar_AF_TempStr = 'Lv2' else $modVar_AF_TempStr = 'Lv1' end '
Kitchen
' '
' gs 'mod_addedflavour_SFLA_Functions' , 'SFLA-UpgradeRoom-Check' , 'Kit' if modVar_AF_SFLA_AptRProg['Kit'] >= modVar_AF_SFLA_AptRProg['Lv2Req']: 'Before you sits a very modern looking Kitchen with sharp modern lines leading to modern appliances and modern storage.' + iif(rand(1,5) = 1,'...Modern..','') else 'Before you sits a very quaint looking Kitchen. It''s not much to look at but has everything you all need to live here in relative subsistence.' end gs 'mod_addedflavour_SFLA_Functions' , 'SFLA-PeoplePresent-Display' , 'mod_addedflavour_SFLA_Kit' if charsche_activity_Active[arrpos('$charsche_actlist','SFLAKitr - Dinner')] = 1 and hour = 19: *nl 'Everyone is here for the Meal you made for the House' end *nl 'Fridge Contents:' if modVar_AF_SFLA_AptPerishables['Fullmeal'] > 0 and modVar_AF_SFLA_AptRProg['Kit'] >= modVar_AF_SFLA_AptRProg['Lv2Req']: 'Enough Ingredients for <> household meals. ' + iif(eda >= 10 and modVar_AF_SFLA_AptPerishables['Fullmeal'] <= 2,'Add Meal Ingredients','Add Meal Ingredients') elseif modVar_AF_SFLA_AptPerishables['Fullmeal'] = 0: 'There is space to add some ingrediants to make a household meal (Regular Meal). ' + iif(eda >= 10 and modVar_AF_SFLA_AptPerishables['Fullmeal'] <= 2,'Add Meal Ingredients','Add Meal Ingredients') end if modVar_AF_SFLA_AptPerishables['Lightmeal'] > 0: 'The lower shelf contains <> light meals. ' + iif(edaD >= 1 and modVar_AF_SFLA_AptPerishables['Lightmeal'] <= 20,'Add Light Meals','Add Light Meals') elseif modVar_AF_SFLA_AptPerishables['Lightmeal'] = 0: 'There is space to add some light meals (Diet Food). ' + iif(edaD >= 1 and modVar_AF_SFLA_AptPerishables['Lightmeal'] <= 20,'Add Light Meals','Add Light Meals') end *nl 'Cupboard Contents:' if modVar_AF_SFLA_AptPerishables['Biscuits'] > 0: 'A Biscuit Tin containing roughly <> biscuits. ' + iif(pranik >= 10 and modVar_AF_SFLA_AptPerishables['Biscuits'] <= 10,'Add Biscuits','Add Biscuits') elseif modVar_AF_SFLA_AptPerishables['Biscuits'] = 0: 'An empty Biscuit Tin that doesn''t even have sewing supplies in it. ' + iif(pranik >= 10 and modVar_AF_SFLA_AptPerishables['Biscuits'] <= 10,'Add Biscuits','Add Biscuits') end if modVar_AF_SFLA_AptPerishables['Fatburners'] > 0: 'A Bottle of Fat Burning Tablets with <> tablets inside. ' + iif(fatdel >= 12 and modVar_AF_SFLA_AptPerishables['Fatburners'] <= 5,'Add Fat Burner Tablets','Add Fat Burner Tablets') elseif modVar_AF_SFLA_AptPerishables['Fatburners'] = 0: 'An empty Bottle of Fat Burning Tablets. ' + iif(fatdel >= 12 and modVar_AF_SFLA_AptPerishables['Fatburners'] <= 5,'Add Fat Burner Tablets','Add Fat Burner Tablets') end if modVar_AF_SFLA_AptPerishables['Vitamin'] > 0: 'A Bottle of Vitamin Tablets with <> tablets inside. ' + iif(vitamin >= 30 and modVar_AF_SFLA_AptPerishables['Vitamin'] <= 5,'Add Vitamins','Add Vitamins') elseif modVar_AF_SFLA_AptPerishables['Vitamin'] = 0: 'An empty Bottle of Vitamins. ' + iif(vitamin >= 30 and modVar_AF_SFLA_AptPerishables['Vitamin'] <= 5,'Add Vitamins','Add Vitamins') end if modVar_AF_SFLA_AptPerishables['Dishliquid'] > 0: 'A Bottle of Dishwashing Liquid with roughly <> uses remaining. ' + iif(fairy >= 20 and modVar_AF_SFLA_AptPerishables['Dishliquid'] <= 2,'Replace Dishwashing Liquid','Replace Dishwashing Liquid') elseif modVar_AF_SFLA_AptPerishables['Dishliquid'] = 0: 'An empty Bottle of Dishwashing Liquid. ' + iif(fairy >= 20 and modVar_AF_SFLA_AptPerishables['Dishliquid'] <= 2,'Replace Dishwashing Liquid','Replace Dishwashing Liquid') end *nl 'Appliances:' if modVar_AF_SFLA_AptRProg['Kit'] >= modVar_AF_SFLA_AptRProg['Lv2Req']: 'An Oven to ' + iif(hour >= 15 and hour < 18 and modVar_AF_SFLA_AptPerishables['Fullmeal'] >= 1 and charsche_activity_Active[arrpos('$charsche_actlist','SFLAKitr - Dinner')] = 0,'Cook Household Meals.','Cook Household Meals') if hour >= 15 and hour < 18 and modVar_AF_SFLA_AptPerishables['Fullmeal'] >= 1 and charsche_activity_Active[arrpos('$charsche_actlist','SFLAKitr - Dinner')] = 0: act 'Cook Meal for the House (0:45)' : gt 'mod_addedflavour_SFLA_Events' , 'cookfullmeal' end end 'A Microwave to make ' + iif(modVar_AF_SFLA_AptPerishables['Lightmeal'] >= 1,'Light Meals.','Light Meals') if modVar_AF_SFLA_AptPerishables['Lightmeal'] > 0: act 'Make Light Meal (0:30)' : gt 'mod_addedflavour_SFLA_Events' , 'eatlightmeal' end 'A Kettle for Making Tea.' act 'Have a cup of tea (0:05)' : gt 'mod_addedflavour_SFLA_Events' , 'drinktea' if modVar_AF_SFLA_AptPerishables['Biscuits'] > 0: act 'Have tea with biscuits (0:05)' : gt 'mod_addedflavour_SFLA_Events' , 'teabiscuits' end 'A Water Jug to Drink Water' + iif(modVar_AF_SFLA_AptPerishables['Vitamin'] >= 1 and vitaminday ! daystart,', Take Vitamins','') + iif(modVar_AF_SFLA_AptPerishables['Fatburners'] >= 1,', Take Fatburners','') + '.' act 'Drink water (0:01)' : gt 'mod_addedflavour_SFLA_Events' , 'drinkwater' if modVar_AF_SFLA_AptPerishables['Vitamin'] > 0 and vitaminday ! daystart: act 'Take Vitamins (0:02)' : gt 'mod_addedflavour_SFLA_Events' , 'takevitamins' end if modVar_AF_SFLA_AptPerishables['Fatburners'] > 0: act 'Take Fatburners (0:02)' : gt 'mod_addedflavour_SFLA_Events' , 'takefatburners' end if refillable_bottle > 0 and refillable_bottle < 4: act 'Refill Water Bottle' : gs 'mod_addedflavour_SFLA_Events' , 'fillbottle' end if modVar_AF_SFLA_AptRProg['Kit'] >= modVar_AF_SFLA_AptRProg['Lv2Req']: if modVar_AF_SFLA_AptState['Washdishes'] > 0: 'A Dishwasher with <> dirty dishes piled up next to it' else 'A Dishwasher' end else if modVar_AF_SFLA_AptState['Washdishes'] > 0: 'A Sink with <> dirty dishes piled up next to it' else 'A Sink' end end act 'Go To Living Room' : minut += 1 & gt 'mod_addedflavour_SFLA_Sitr' , 'start' gs 'mod_addedflavour_SFLA_Functions' , 'whoelse' , 'mod_addedflavour_SFLA_BaRm' , 'Any' if arrsize('modArr_AF_SFLA_SharedActPeopleArray') > 0: *nl if npc_rel['A<>'] >= 75: 'The Bathroom is currently occupied (Go in anyway!)' else 'The Bathroom is currently occupied' end else act 'Go To Bathroom' : minut += 1 & gt 'mod_addedflavour_SFLA_BaRm' , 'start' end end --- mod_addedflavour_SFLA_Kit ---------------------------------