|
@@ -11,7 +11,7 @@ if $ARGS[0] = 'os1':
|
|
|
'"Huozhnik Moses Kruzhinsky is a very talented artist. As you can see, it''s not just us girls participating. There are guys here too," she says pointing some of them out.'
|
|
|
'"So what do you say? Would you like to join us?"'
|
|
|
if pcs_inhib < 50:'You consider it. Having your naked body painted and then walking around in public sounds a little shameful, but it''d be really interesting too.'
|
|
|
- act 'Decline':gt'ugol' & bodimodel1 = 1
|
|
|
+ act 'Decline':bodimodel1 = 1 & gt'ugol'
|
|
|
act 'Doubt':gt 'dibodi', 'bodiart1'
|
|
|
if pcs_inhib > 30: act 'Agree':gt 'dibodi', 'bodiart'
|
|
|
end
|
|
@@ -50,8 +50,8 @@ if $ARGS[0] = 'bodiart1':
|
|
|
else
|
|
|
'Galina chats about a variety of things, using her hands to gesture often. However after a few minutes, she tells you, "Our place is in the Old Town. You can come visit anytime. It was nice meeting you, but I need to get back to work."'
|
|
|
end
|
|
|
- act 'Refuse':gt'ugol' & bodimodel1 = 1
|
|
|
- act 'I''ll think about it':gt'ugol' & bodimodel2 = 1
|
|
|
+ act 'Refuse':bodimodel1 = 1 & gt'ugol'
|
|
|
+ act 'I''ll think about it':bodimodel2 = 1 & gt'ugol'
|
|
|
if pcs_inhib > 30: act 'Agree':gt'ugol'
|
|
|
end
|
|
|
|