# Gnpc_cinema menu_off = 1 cls minut += 15 gs 'stat' '

Cinema

' '
> src="images/locations/city/citycenter/mall/cinema/cinema.jpg">
' *nl 'You go with <<$nameBoyfrend[numnpc]>> to the movie theater near the park. <<$nameBoyfrend[numnpc]>> buys the tickets and then you both enter a small cinema hall and find your seats.' act 'Watch the movie': cls pcs_mood += 50 minut += 100 otnBoyFrend[numnpc] += 5 gs 'stat' 'You got a guy on the chair placed in the back row. Soon the lights dimmed and the movie started on the screen.' if otnBoyFrend[numnpc] < 80: 'You watched the movie a couple of hours sitting in a chair next to the guy.' act 'Go to the exit': gt 'Gnpc2' elseif otnBoyFrend[numnpc] >= 80 and gnpcSex[numnpc] = 0: 'You have been watching a movie and suddenly felt a hand on my knee Man.' gs 'willpower', 'foreplay', 'self', 'easy' if will_cost <= pcs_willpwr: act 'Remove his hands (<> Willpower)': cls gs 'willpower', 'pay', 'self' otnBoyFrend[numnpc] -= 20 gs 'stat' 'You have removed palm guy with his knees and continued to watch the movie. Movie finally ended. In the hall lights went on and the screen went titles.' act 'Go to the exit': gt 'Gnpc2' end else act 'Remove his hands (<> Willpower)': '
You don''t have enough willpower to use this action.' end act 'Ignore': cls otnBoyFrend[numnpc] += 5 gs 'stat' 'You pretended that nothing happens and the guy started more actively stroking your leg. Movie finally ended. In the hall lights went on and the screen went titles.' act 'Go to the exit': gt 'Gnpc2' end elseif otnBoyFrend[numnpc] >= 80 and gnpcSex[numnpc] > 0: 'You have been watching the movies, and <<$nameBoyfrend[numnpc]>> put his hand on your foot and began to stroke your knee. Movie finally ended. In the hall lights went on and the screen went titles.' act 'Go to the exit': gt 'Gnpc2' end end --- Gnpc_cinema ---------------------------------