sell_young_clothes 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # sell_young_clothes
  2. if $ARGS[0] = 'start':
  3. $metka = 'start'
  4. $loc = 'sell_young_clothes'
  5. cls
  6. gs'stat'
  7. act 'Return':
  8. cla
  9. minut += 5
  10. gt 'young_shop'
  11. end
  12. i = Clothingstock + 1
  13. if Clothingstock - 12 >= 0:i -= 12
  14. :loopaverage
  15. if average[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sell_young_clothes'', ''yshopclo''"><img <<$set_imgh>> src="images/pc/clothing/2average/<<i>>.jpg" height="250" /></a>'
  16. i += 12
  17. if i <= 522:jump 'loopaverage'
  18. end
  19. if $ARGS[0] = 'yshopclo':
  20. cla
  21. gt 'clothing', 'view_clothing_item', 'shop', 'average',i, 7500
  22. end
  23. if $ARGS[0] = 'shoes':
  24. $metka = 'shoes'
  25. $loc = 'sell_young_clothes'
  26. cls
  27. gs'stat'
  28. act 'Return':
  29. cla
  30. minut += 5
  31. gt 'young_shop'
  32. end
  33. if Clothingstock > 11:
  34. i = 1
  35. else
  36. i = 2
  37. end
  38. :loopcats_shoes
  39. if spussy[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sell_young_clothes'', ''young_shoes''"><img src="images/pc/shoes/cats/<<i>>.jpg" height="250" /></a>'
  40. i += 2
  41. if i <= 38:jump 'loopcats_shoes'
  42. end
  43. if $ARGS[0] = 'young_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'pussy',i, 2500
  44. --- sell_young_clothes ---------------------------------