|
@@ -62,7 +62,7 @@ if $ARGS[0] = 'clo':
|
|
|
'<center><b><font color="maroon">Sportswear - one size fits all</font></b></center>'
|
|
|
*nl
|
|
|
|
|
|
- gt 'shop_utils', 'display_clothes', 'danilovich_outfits', 3, 'danilovich/outfits', 'shop', Clothingstock mod 3
|
|
|
+ gs 'shop_utils', 'display_clothes', 'danilovich_outfits', 3, 'danilovich/outfits', 'shop', Clothingstock mod 3
|
|
|
|
|
|
act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
@@ -75,7 +75,7 @@ if $ARGS[0] = 'shoes':
|
|
|
'<center><b><font color="maroon">Viewing G&M shoes</font></b></center>'
|
|
|
*nl
|
|
|
|
|
|
- gt 'shop_utils', 'display_shoes', 'danilovich', 1, 'danilovich/shoes', 'shop'
|
|
|
+ gs 'shop_utils', 'display_shoes', 'danilovich', 1, 'danilovich/shoes', 'shop'
|
|
|
|
|
|
act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
@@ -89,7 +89,7 @@ if $ARGS[0] = 'swim':
|
|
|
*nl
|
|
|
|
|
|
shop_display_exceptions[0] = 4
|
|
|
- gt 'shop_utils', 'display_clothes', 'danilovich_swimsuit', 2, 'danilovich/swimwear', 'shop', Clothingstock mod 2
|
|
|
+ gs 'shop_utils', 'display_clothes', 'danilovich_swimsuit', 2, 'danilovich/swimwear', 'shop', Clothingstock mod 2
|
|
|
|
|
|
act 'Return': minut += 1 & killvar 'shop_display_exceptions' & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
@@ -99,7 +99,7 @@ if $ARGS[0] = 'panties':
|
|
|
menu_off = 1
|
|
|
gs 'stat'
|
|
|
|
|
|
- gt 'shop_utils', 'display_panties', 'danilovich', 1, 'danilovich/panties', 'shop'
|
|
|
+ gs 'shop_utils', 'display_panties', 'danilovich', 1, 'danilovich/panties', 'shop'
|
|
|
|
|
|
act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
@@ -109,7 +109,7 @@ if $ARGS[0] = 'bras':
|
|
|
menu_off = 1
|
|
|
gs 'stat'
|
|
|
|
|
|
- gt 'shop_utils', 'display_bras', 'danilovich', 1, 'danilovich/bras', 'shop'
|
|
|
+ gs 'shop_utils', 'display_bras', 'danilovich', 1, 'danilovich/bras', 'shop'
|
|
|
|
|
|
act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
@@ -119,7 +119,7 @@ if $ARGS[0] = 'purses':
|
|
|
menu_off = 1
|
|
|
gs 'stat'
|
|
|
|
|
|
- gt 'shop_utils', 'display_purses', 'danilovich', 2, 'danilovich/purses', 'shop', (Clothingstock / 6) mod 2
|
|
|
+ gs 'shop_utils', 'display_purses', 'danilovich', 2, 'danilovich/purses', 'shop', (Clothingstock / 6) mod 2
|
|
|
|
|
|
act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
@@ -129,7 +129,7 @@ if $ARGS[0] = 'coats':
|
|
|
menu_off = 1
|
|
|
gs 'stat'
|
|
|
|
|
|
- gt 'shop_utils', 'display_coats', 'danilovich', 1, 'danilovich/coats', 'shop'
|
|
|
+ gs 'shop_utils', 'display_coats', 'danilovich', 1, 'danilovich/coats', 'shop'
|
|
|
|
|
|
act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
end
|