gor_exh 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # gor_exh
  2. if $ARGS[0] = 'pos1':
  3. cla
  4. *clr
  5. minut += 5
  6. gs 'stat'
  7. if cloth_vid = 1:
  8. '<center><img src="images/etogame/cloth_bimbo.jpg"></center>'
  9. else
  10. '<center><img src="<<FUNC(''$face_image'')>>"></center>'
  11. end
  12. if $clothingworntype = 'nude':
  13. if tanga = 0:'<center><img src="images/etogame/fat2.jpg"></center>'
  14. if tanga = 1:'<center><img src="images/etogame/fat1.jpg"></center>'
  15. end
  16. if exhibi >= 2 and ski = 1 and hcol = 3 and lip >= 3 and skin >= 2 and mop = 4 or glamur = 1 and hcol = 3 and lip >= 3 and skin >= 2 and mop = 4:
  17. act 'Dress like Bimbo':
  18. cla
  19. *clr
  20. cloth_vid = 1
  21. '<center><img src="images/etogame/cloth_bimbo.jpg"></center>'
  22. 'You are dressed in the style of bimbos, now you can not be taken seriously.'
  23. act 'Leave':gt 'dom_gor'
  24. end
  25. end
  26. if pants[5] = 1:
  27. act 'Use leggings as pants sports':
  28. cla
  29. *clr
  30. cloth_vid = 2
  31. '<center><img src="images/etogame/leggins.jpg"></center>'
  32. 'If much of their stretch, they become transparent. Are you sure that they can play sports on the street?'
  33. act 'Leave':gt 'dom_gor'
  34. end
  35. end
  36. if exhibi < 1:'We do not yet have finished dresses.'
  37. if exhibi >= 1:' can stretch leggings and a short T-shirt, and as such to enter the run.'
  38. if exhibi >= 2:'If I will wear a skirt or short dress, repainted in blonde, put on a well-groomed skin ton of makeup, youll look just like a bimbo.'
  39. 'You have in your wardrobe includes:'
  40. if bikini > 0:'bikini.'
  41. if pants[5] = 1:'Leggings.'
  42. if jeans[1] = 1 or jeans[2] = 1 or jeans[3] = 1 or jeans[4] = 1 or jeans[5] = 1:'Usual jeans.'
  43. if yoga[1] = 1 or yoga[2] = 1 or yoga[3] = 1 or yoga[4] = 1 or yoga[5] = 1 or yoga[6] = 1 or yoga[7] = 1 or yoga[8] = 1 or yoga[9] = 1 or yoga[10] = 1 or yoga[11] = 1 or yoga[12] = 1 or yoga[13] = 1 or yoga[14] = 1 or yoga[15] = 1 or yoga[16] = 1 or yoga[17] = 1 or yoga[18] = 1:'Sportivki.'
  44. if sarafan[1] = 1 or sarafan[2] = 1 or sarafan[3] = 1:'sundresses.'
  45. if short[1] = 1 or short[2] = 1 or short[3] = 1 or short[4] = 1 or short[5] = 1:'shorts.'
  46. if skirt[1] = 1 or skirt[2] = 1 or skirt[3] = 1 or skirt[4] = 1 or skirt[5] = 1:'Skirts.'
  47. if profi[1] = 1 or profi[2] = 1:'Business clothes.'
  48. act 'Finish':gt 'dom_gor'
  49. end
  50. --- gor_exh ---------------------------------