lusso.qsrc 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # lusso
  2. if $ARGS[0] = 'start':
  3. $loc_arg = $ARGS[0]
  4. $loc = 'lusso'
  5. $location_type = 'public_indoors'
  6. $menu_loc = 'lusso'
  7. $menu_arg = 'start'
  8. menu_off = 0
  9. *clr & cla
  10. mag = 1
  11. gs 'stat'
  12. gs 'themes', 'indoors'
  13. '<center><b><font color="maroon">Lusso Intimo</font></b></center>'
  14. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/lusso/lusso.jpg"></center>'
  15. *nl
  16. 'The décor is bright and modern the flowers are real and the dressers made with expensive woods.'
  17. 'This is clearly a high end underwear shop. Just knowing you are wearing these will make you stand out more and they will feel so nice you might never want to go back to wearing the cheap ill fitting underwear you used to have to put up with. That is of course assuming you can afford the prices here.'
  18. act 'Leave': gt 'torgcentr'
  19. act 'View panties': minut += 5 & gt 'lusso', 'panties'
  20. act 'View bras': minut += 5 & gt 'lusso', 'bras'
  21. end
  22. if $ARGS[0] = 'panties':
  23. $loc_arg = 'panties'
  24. $loc = 'lusso'
  25. $menu_loc = 'lusso'
  26. $menu_arg = 'panties'
  27. menu_off = 0
  28. *clr & cla
  29. gs'stat'
  30. act 'Return': minut += 1 & gt 'lusso', 'start'
  31. i = 1
  32. :loopboutique_panties
  33. if boutique_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''lusso'', ''panties2''"><img src="images/pc/panties/boutique/<<i>>.jpg" height="150" /></a> '
  34. i += 1
  35. if i <= 82:jump 'loopboutique_panties'
  36. end
  37. if $ARGS[0] = 'panties2':
  38. cla
  39. menu_off = 1
  40. if boutique_panties[i] ! 0:
  41. msg 'You already own these panties.'
  42. gt 'lusso', 'panties'
  43. end
  44. gt 'panties', 'view_panty_item', 'shop', 'boutique',i, 1000
  45. end
  46. if $ARGS[0] = 'bras':
  47. $loc_arg = 'bras'
  48. $loc = 'lusso'
  49. $menu_loc = 'lusso'
  50. $menu_arg = 'bras'
  51. menu_off = 0
  52. *clr & cla
  53. gs'stat'
  54. act 'Return': minut += 1 & gt 'lusso', 'start'
  55. i = 1
  56. :loopboutique_bras
  57. if boutique_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''lusso'', ''bras2''"><img src="images/pc/bras/boutique/<<i>>.jpg" height="150" /></a> '
  58. i += 1
  59. if i <= 33:jump 'loopboutique_bras'
  60. end
  61. if $ARGS[0] = 'bras2':
  62. cla
  63. menu_off = 1
  64. if boutique_bras[i] ! 0:
  65. msg 'You already own these bras.'
  66. gt 'lusso', 'bras'
  67. end
  68. gt 'bras', 'view_bra_item', 'shop', 'boutique',i, 1000
  69. end
  70. --- lusso ---------------------------------