sell_young_clothes 488 B

1234567891011121314151617181920
  1. # sell_young_clothes
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. $metkaM = $ARGS[0]
  5. $locM = $CURLOC
  6. mag = 1
  7. '<b><center><font size="4">Women''s Clothing</font></center></b>'
  8. act '<font color="navy">Go</font>':
  9. minut += 1
  10. gt 'young_shop'
  11. end
  12. i = 1
  13. :loopodekis
  14. if odekis[i] = 0:dynamic 'act ''Look at youth clothing <<i>>'':gt ''clothing'', ''view_clothing_item'', ''shop'', ''odekis'', <<i>>, 10000'
  15. i += 1
  16. if i <= 10:jump 'loopodekis'
  17. --- sell_young_clothes ---------------------------------