sell_young_clothes 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # sell_young_clothes
  2. set mag = 1
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $metkaM = $ARGS[0]
  6. $locM = $CURLOC
  7. '<b><center><font size="4">Women´s Clothing</font></center></b>'
  8. *nl
  9. act '<font color="navy">Go</font>':
  10. minut += 1
  11. gt 'young_shop'
  12. end
  13. if odekis[1] = 0:
  14. act '<font color="navy">See the first variant of clothes</font>':set numdres = 1 & payclo = 10000 & gt 'loker', 'odekis'
  15. end
  16. if odekis[2] = 0:
  17. act '<font color="navy">Display a second embodiment of clothing</font>':set numdres = 2 & payclo = 10000 & gt 'loker', 'odekis'
  18. end
  19. if odekis[3] = 0:
  20. act '<font color="navy">See the third variant of clothes</font>':set numdres = 3 & payclo = 10000 & gt 'loker', 'odekis'
  21. end
  22. if odekis[4] = 0:
  23. act '<font color="navy">See the fourth variant of clothes</font>':set numdres = 4 & payclo = 10000 & gt 'loker', 'odekis'
  24. end
  25. if odekis[5] = 0:
  26. act '<font color="navy">See the fifth variant of clothes</font>':set numdres = 5 & payclo = 10000 & gt 'loker', 'odekis'
  27. end
  28. if odekis[6] = 0:
  29. act '<font color="navy">See the sixth variant of clothes</font>':set numdres = 6 & payclo = 10000 & gt 'loker', 'odekis'
  30. end
  31. if odekis[7] = 0:
  32. act '<font color="navy">See the seventh variant of clothes</font>':set numdres = 7 & payclo = 10000 & gt 'loker', 'odekis'
  33. end
  34. if odekis[8] = 0:
  35. act '<font color="navy">See the eighth embodiment of clothing</font>':set numdres = 8 & payclo = 10000 & gt 'loker', 'odekis'
  36. end
  37. if odekis[9] = 0:
  38. act '<font color="navy">See the ninth variant of clothes</font>':set numdres = 9 & payclo = 10000 & gt 'loker', 'odekis'
  39. end
  40. if odekis[10] = 0:
  41. act '<font color="navy">See a tenth embodiment of clothing</font>':set numdres = 10 & payclo = 10000 & gt 'loker', 'odekis'
  42. end
  43. --- sell_young_clothes ---------------------------------