|
@@ -47,7 +47,7 @@ if $ARGS[0] = '':
|
|
|
gs'stat'
|
|
|
|
|
|
act 'Finish': gt 'gad_gpbarn'
|
|
|
- act 'Return back to your grandfather': minut += 2 & gt 'gad_gphouse', 'grandpa'
|
|
|
+ act 'Return back to your grandfather': minut += 2 & gt 'gp_zlatek', 'talk'
|
|
|
end
|
|
|
end
|
|
|
gs 'bicycle', 'gad_gpbarn'
|
|
@@ -154,7 +154,7 @@ if $ARGS[0] = 'horse':
|
|
|
'You watch him eat for a little while before moving on.'
|
|
|
|
|
|
act 'Finish': gt 'gad_gpbarn','horse'
|
|
|
- act 'Return back to your grandfather': minut += 3 & gt 'gad_gphouse', 'grandpa'
|
|
|
+ act 'Return back to your grandfather': minut += 3 & gt 'gp_zlatek', 'talk'
|
|
|
end
|
|
|
end
|
|
|
if grandpaQW['chore_lead_horse_to_field'] = 1:
|
|
@@ -169,7 +169,7 @@ if $ARGS[0] = 'horse':
|
|
|
'You take Desperado by the bridle and lead him to the field. You let him free in the paddock area and watch him run about before moving on.'
|
|
|
|
|
|
act 'Continue': gt 'gad_field', 'field'
|
|
|
- act 'Return back to your grandfather (0:30)': minut += 30 & gt 'gad_gphouse', 'grandpa'
|
|
|
+ act 'Return back to your grandfather (0:30)': minut += 30 & gt 'gp_zlatek', 'talk'
|
|
|
end
|
|
|
end
|
|
|
if grandpaQW['chore_bathe_horse'] = 1:
|
|
@@ -187,7 +187,7 @@ if $ARGS[0] = 'horse':
|
|
|
end
|
|
|
end
|
|
|
if grandpaQW['chore_bathe_horse'] = 2:
|
|
|
- act 'Return back to your grandfather': minut += 3 & gt 'gad_gphouse', 'grandpa'
|
|
|
+ act 'Return back to your grandfather': minut += 3 & gt 'gp_zlatek', 'talk'
|
|
|
end
|
|
|
if grandpaQW['chore_brush_horse'] = 1:
|
|
|
act 'Groom the horse (1:00)':
|
|
@@ -201,7 +201,7 @@ if $ARGS[0] = 'horse':
|
|
|
'You spend about an hour cleaning and brushing Desperado, scrubbing his coat and brushing his mane and tail. Finally, you are satisfied with the result - he looks as clean and healthy as ever.'
|
|
|
|
|
|
act 'Finish': gt 'gad_gpbarn','horse'
|
|
|
- act 'Return back to your grandfather': minut += 3 & gt 'gad_gphouse', 'grandpa'
|
|
|
+ act 'Return back to your grandfather': minut += 3 & gt 'gp_zlatek', 'talk'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -230,7 +230,7 @@ if $ARGS[0] = 'cow':
|
|
|
'You start milking Dawn, improving each time you do it.'
|
|
|
|
|
|
act 'Finish': gt 'gad_gpbarn', 'cow'
|
|
|
- act 'Return back to your grandmother': minut += 3 & gt 'gad_gphouse', 'grandma'
|
|
|
+ act 'Return back to your grandmother': minut += 3 & gt 'gp_elene', 'talk'
|
|
|
end
|
|
|
end
|
|
|
if grandpaQW['chore_feed_cow'] = 1:
|
|
@@ -245,7 +245,7 @@ if $ARGS[0] = 'cow':
|
|
|
'Dawn is excited about feeding time, shaking her head and doing little cow tippy-taps with her feet. You dump some hay in her trough and watch as she digs in.'
|
|
|
|
|
|
act 'Finish': gt 'gad_gpbarn','cow'
|
|
|
- act 'Return back to your grandfather': minut += 3 & gt 'gad_gphouse', 'grandpa'
|
|
|
+ act 'Return back to your grandfather': minut += 3 & gt 'gp_zlatek', 'talk'
|
|
|
end
|
|
|
end
|
|
|
if grandpaQW['chore_lead_cow_to_field'] = 1 or grandpaQW['chore_herd_cattle'] = 1:
|
|
@@ -263,7 +263,7 @@ if $ARGS[0] = 'cow':
|
|
|
if grandpaQW['chore_herd_cattle'] = 1:'You lead Dawn to the field, where your grandfather awaits you. It''s his turn to keep an eye on the cows..'
|
|
|
|
|
|
act 'Continue': gt 'gad_field', 'cow'
|
|
|
- if grandpaQW['chore_lead_cow_to_field'] = 2: act 'Return back to your grandfather (0:30)': minut += 30 & gt 'gad_gphouse', 'grandpa'
|
|
|
+ if grandpaQW['chore_lead_cow_to_field'] = 2: act 'Return back to your grandfather (0:30)': minut += 30 & gt 'gp_zlatek', 'talk'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -291,7 +291,7 @@ if $ARGS[0] = 'boar':
|
|
|
'You grab the feed bag and fill Nickle''s trough. You stand there and watch for a few minutes as he eats like a... well, like a pig.'
|
|
|
|
|
|
act 'Finish': gt 'gad_gpbarn','boar'
|
|
|
- act 'Return back to your grandfather': minut += 3 & gt 'gad_gphouse', 'grandpa'
|
|
|
+ act 'Return back to your grandfather': minut += 3 & gt 'gp_zlatek', 'talk'
|
|
|
end
|
|
|
end
|
|
|
end
|