|
@@ -14,14 +14,14 @@ if $ARGS[0] = 'start':
|
|
|
|
|
|
if bm_know_parkdog = 1:
|
|
|
'Under construction!'
|
|
|
- act 'Go back to the park': gt $loc, 'start'
|
|
|
+ act 'Go back to the park': gt $loc, $metka
|
|
|
else
|
|
|
'<center><img <<$set_imgh>> src="mod/bestmod/images/locations/gadukino/village/baddog.jpg"></center>'
|
|
|
'It''s a rather large dog and you''re not sure what breed it is. But you figure something that size must be hungry if it hasn''t had something to eat in a while.'
|
|
|
''
|
|
|
'"Poor thing," you think to yourself, and walk towards it. As you approach, the dog looks up. You must have scared it because it turns around as soon as it sees you, and trots off into the darkness among the trees.'
|
|
|
act 'Follow him': gt 'mod_bestmod_park_dog', 'first_follow'
|
|
|
- act 'Leave him be': gt $loc, 'start'
|
|
|
+ act 'Leave him be': gt $loc, $metka
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -38,7 +38,7 @@ if $ARGS[0] = 'first_follow':
|
|
|
'You wonder why you even followed this dog. He looks like he is comfortable where he is and you don''t even have any food to give him.'
|
|
|
'Even worse, you realize that you have no idea where you are in the park and should probably get out as soon as you can. You don''t want to be known as "that girl who got lost in the park".'
|
|
|
'You finally find your way out, but you''re not sure you could find your way back to the dog. If you ever want to go back to his den, you''ll have to run into him somewhere in the park again.'
|
|
|
- act 'Go back to the park': gt $loc, 'start'
|
|
|
+ act 'Go back to the park': gt $loc, $metka
|
|
|
end
|
|
|
else
|
|
|
buterbrod = 0
|
|
@@ -51,7 +51,7 @@ if $ARGS[0] = 'first_follow':
|
|
|
'You figure he might not trust you too much, so you put the sandwich down on the ground and step back. You guessed right, as the dog jumped forward after a moment''s pause and devoured the sandwich meat, leaving the bread behind.'
|
|
|
''
|
|
|
'You kneel down and the dog trots over to you. "You poor thing," you tell him. "You must have been starving, weren''t you? Who could have let such a good boy like you out here, all alone?"'
|
|
|
- 'He licks your hands and then your face. He doens''t smell bad, as you expect him to, so you let him get a few licks in.'
|
|
|
+ 'He licks your hands and then your face. He doesn''t smell bad, as you expect him to, so you let him get a few licks in.'
|
|
|
''
|
|
|
'"Haha, ok that''s enough. You''re a charmer and you know it."'
|
|
|
''
|
|
@@ -68,13 +68,13 @@ if $ARGS[0] = 'first_follow':
|
|
|
'You don''t have another place to stay, but you also weren''t looking to spend the night out somewhere in the middle of the park.'
|
|
|
'"Sorry, boy. I can''t stay here. But I hope I see you again. I''ll be sure to bring something better than a sandwich next time, too," you say, smiling at the dog. He happily wags his tail and keeps looking at you as you walk back through the trees.'
|
|
|
end
|
|
|
- act 'Go back to the park': gt $loc, 'start'
|
|
|
+ act 'Go back to the park': gt $loc, $metka
|
|
|
end
|
|
|
act 'Leave':
|
|
|
*clr & cla
|
|
|
'You realize that you have no idea where you are in the park and should probably get out as soon as you can. You don''t want to be known as "that girl who got lost in the park".'
|
|
|
'You finally find your way out, but you''re not sure you could find your way back to the dog. If you ever want to go back to his den, you''ll have to run into him somewhere in the park again.'
|
|
|
- act 'Go back to the park': gt $loc, 'start'
|
|
|
+ act 'Go back to the park': gt $loc, $metka
|
|
|
end
|
|
|
end
|
|
|
end
|