"14.12) We come back in a week and give Nata XTC-30tl. "
I need help with this quest, I have completed Jorik quest 11 but I can't do this quest with Nata.
Does anyone have any suggestions?
I still can't complete this quest with Nata, I should add that I chose "Route 1 – Tell Nata" and "piss off".
As I didn't get any hints here as to what I can do to finally pass this quest and continue the game, I tried to look at the qsp file myself and even though my knowledge of coding and qsp is not very high, I think there is something wrong with this quest on "Route 1 - Tell Nata".
So after looking through the code in qsp file, I only found what follows which would fit the quest I'm having trouble with, but looking at the code it looks like it's only for ''Route 2'' because only in route 2 with Nata we have an additional photoshoot with her according to what can be found in the walkthrough.
Code:
if piss = 0 and xtc30tl >= 1 and nataphotoset = 2 and natausextc30 = 0:
'<center><video autoplay loop height="480"><source src="pic/stepmom/swim/piss15.webm" type=''video/webm;''></center>'
if rus = 1:
'<center><<$alexicon>>Ната!'
'<<$nataicon>>Алекс! Рада тебя видеть.'
'<<$alexicon>>У меня для тебя кое-что есть. Тебе это точно понравится...'
'<<$nataicon>>Что именно?'
'<<$alexicon>>Смотри.</center>'
end
if eng = 1:
'<center><<$alexicon>>Nata!'
'<<$nataicon>>Alex! Good to see you.'
'<<$alexicon>>I have something for you. You will like this...'
'<<$nataicon>>What is it?'
'<<$alexicon>>Look.</center>'
end
act '<center><img src="pic/icons/next.png"></center>':
cls
gs 'Параметры'
'<center><video autoplay loop height="480"><source src="pic/stepmom/swim/piss16.webm" type=''video/webm;''></center>'
if rus = 1:
'<center><<$nataicon>>Таблетка? Для чего? Что это?'
'<<$alexicon>>Это таблетка счастья.'
'<<$nataicon>>Аааа. Это значит, что я станут счастливой? Ладно, а она не опасна для здоровья?'
'<<$alexicon>>Конечно нет! Не бойся, попробуй ее.'
'<<$alexicon>><em>Ната проглотила таблетку. Теперь нужно подождать некоторое время.</em></center>'
end
if eng = 1:
'<center><<$nataicon>>A pill? For what? What is it?'
'<<$alexicon>>This is a pill of happiness.'
'<<$nataicon>>Ahhh. Does this mean that I will be happy? Okay, is she not a health hazard?'
'<<$alexicon>>Of course not! Don’t be afraid, taste it.'
'<<$alexicon>><em>Nata swallowed the pill. Now I have to wait for some time.</em></center>'
end
act '<center><img src="pic/icons/next.png"></center>':
minut +=60
energy -=1
natausextc30 = 1
xtc30tl -= 1
Is here anyone here who can fix this or give me a concrete solution on how to pass this quest without starting the game over again?