|
@@ -609,26 +609,24 @@ if $ARGS[0] = 'Mira':
|
|
|
end
|
|
|
end
|
|
|
if npc_QW['A60'] >= 0:
|
|
|
- if npc_QW['A60'] >= 0 and npc_QW['A60'] < 7 and sunWeather = 1:
|
|
|
- 'You and Mira are chatting about trivial things.'
|
|
|
- elseif npc_QW['A60'] = 7 and sunWeather = 1:
|
|
|
- 'You decide to strike up some conversation with Mira, "So what is there to do here in the village?"'
|
|
|
- '"Its a lot quicker than town, we do have a shop, this lovely beach and there are some beautiful walks. Other than that there''s only the gopnik guys but they are just after one thing and I don''t want that, plus dad would kill me."'
|
|
|
- elseif npc_QW['A60'] >= 8 and sunWeather = 1:
|
|
|
+ if npc_QW['A60'] >= 30 and miraprost > 0 and sunWeather = 1:
|
|
|
+ 'You and Mira talk about her being the village prostitute and how she can improve her performance.'
|
|
|
+ elseif npc_QW['A60'] >= 20 and sunWeather = 1:
|
|
|
+ 'It is always nice to talk with Mira and you gossip about boys.'
|
|
|
+ elseif npc_QW['A60'] >= 15 and sunWeather = 1:
|
|
|
+ 'Miar and you talk about clothes and shopping, she has a thing for shoes but can''t wear pretty heels because of all the mud.'
|
|
|
+ elseif npc_QW['A60'] >= 11 and sunWeather = 1:
|
|
|
+ 'Mira asks you about Pavlovsk and you tell her all about it.'
|
|
|
+ elseif npc_QW['A60'] >= 9 and sunWeather = 1:
|
|
|
+ 'You talk to Mira about what it is like living in the village.'
|
|
|
+ elseif npc_QW['A60'] >= 8 and sunWeather = 1:
|
|
|
'Mira breaks the silence, "What brings you here to the village?"'
|
|
|
'"My granma-ma and Pop-pop live here, my folks like to come here over the summer. They think the country air will be good for me."'
|
|
|
- elseif npc_QW['A60'] >= 9 and sunWeather = 1:
|
|
|
- 'Placeholder Text'
|
|
|
- elseif npc_QW['A60'] >= 11 and sunWeather = 1:
|
|
|
- 'Placeholder Text'
|
|
|
- elseif npc_QW['A60'] >= 15 and sunWeather = 1:
|
|
|
- 'Placeholder Text'
|
|
|
- elseif npc_QW['A60'] >= 20 and sunWeather = 1:
|
|
|
- 'Placeholder Text'
|
|
|
- elseif npc_QW['A60'] >= 20 and sunWeather = 1:
|
|
|
- 'Placeholder Text'
|
|
|
- elseif npc_QW['A60'] >= 30 and miraprost > 0 and sunWeather = 1:
|
|
|
- 'You and Mira talk about her being the village prostitute and how she can improve her performance.'
|
|
|
+ elseif npc_QW['A60'] = 7 and sunWeather = 1:
|
|
|
+ 'You decide to strike up some conversation with Mira, "So what is there to do here in the village?"'
|
|
|
+ '"Its a lot quicker than town, we do have a shop, this lovely beach and there are some beautiful walks. Other than that there''s only the gopnik guys but they are just after one thing and I don''t want that, plus dad would kill me."'
|
|
|
+ elseif npc_QW['A60'] < 7 and sunWeather = 1:
|
|
|
+ 'You and Mira are chatting about trivial things.'
|
|
|
end
|
|
|
end
|
|
|
act 'Leave':minut += 5 & gt 'Gadriver', 'Gadbitch'
|