Explorar el Código

[fixed] accidental wrong call type to clothing display functions

f95Lok hace 2 semanas
padre
commit
c50fcb712f

+ 1 - 1
locations/city_market.qsrc

@@ -128,7 +128,7 @@ if $ARGS[0] = 'clo':
 	'<center><b><font color="maroon">Clothes.</font></b></center>'
 	'You inspect the cheap clothing the stall has to offer.'
 
-	gt 'shop_utils', 'display_clothes', 'market_outfits', 1, 'market/clothes', 'shop'
+	gs 'shop_utils', 'display_clothes', 'market_outfits', 1, 'market/clothes', 'shop'
 
 	act 'Return': minut += 5 & gt 'city_market', 'start'
 end

+ 1 - 1
locations/gad_market.qsrc

@@ -141,7 +141,7 @@ if $ARGS[0] = 'clothing_cart':
 		exit
 	end
 
-	gt 'shop_utils', 'display_clothes', 'market_outfits', 8, 'market/clothes', 'shop', clothingstock mod 4
+	gs 'shop_utils', 'display_clothes', 'market_outfits', 8, 'market/clothes', 'shop', clothingstock mod 4
 	
 	act 'Return': minut += 5 & gt 'gad_market', 'clothing_stand'
 end

+ 1 - 1
locations/pav_train_market.qsrc

@@ -237,7 +237,7 @@ if $ARGS[0] = 'clo':
 	'<center><b><font color="maroon">Clothes.</font></b></center>'
 	'Cheap clothing on the market stall.'
 
-	gt 'shop_utils', 'display_clothes', 'market_outfits', 1, 'market/clothes', 'shop'
+	gs 'shop_utils', 'display_clothes', 'market_outfits', 1, 'market/clothes', 'shop'
 
 	act 'Return':
 		cla

+ 7 - 7
locations/shop_danilovich.qsrc

@@ -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

+ 5 - 5
locations/shop_dolls.qsrc

@@ -65,7 +65,7 @@ if $ARGS[0] = 'dress':
 	'<center><b><font color="maroon">Viewing Patchwork Dolls dresses</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'dolls_dress', 3, 'dolls/dress', 'shop', Clothingstock mod 3
+	gs 'shop_utils', 'display_clothes', 'dolls_dress', 3, 'dolls/dress', 'shop', Clothingstock mod 3
 
 	act 'Return': minut += 5 & gt 'shop_dolls', 'browse'
 end
@@ -78,7 +78,7 @@ if $ARGS[0] = 'clothing':
 	'<center><b><font color="maroon">Viewing Patchwork Dolls clothing</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'dolls_outfits', 2, 'dolls/outfits', 'shop', (Clothingstock / 3) mod 2
+	gs 'shop_utils', 'display_clothes', 'dolls_outfits', 2, 'dolls/outfits', 'shop', (Clothingstock / 3) mod 2
 
 	act 'Return': cla & minut += 5 & gt 'shop_dolls', 'browse'
 end
@@ -91,7 +91,7 @@ if $ARGS[0] = 'shoes':
 	'<center><b><font color="maroon">Viewing G&M shoes</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_shoes', 'dolls', 1, 'dolls/shoes', 'shop'
+	gs 'shop_utils', 'display_shoes', 'dolls', 1, 'dolls/shoes', 'shop'
 
 	act 'Return': minut += 5 & gt 'shop_dolls', 'browse'
 end
@@ -101,7 +101,7 @@ if $ARGS[0] = 'purses':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_purses', 'dolls', 1, 'dolls/purses', 'shop'
+	gs 'shop_utils', 'display_purses', 'dolls', 1, 'dolls/purses', 'shop'
 
 	act 'Return': minut += 5 & gt 'shop_dolls', 'browse'
 end
@@ -111,7 +111,7 @@ if $ARGS[0] = 'coats':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_coats', 'dolls', 1, 'dolls/coats', 'shop'
+	gs 'shop_utils', 'display_coats', 'dolls', 1, 'dolls/coats', 'shop'
 
 	act 'Return': minut += 5 & gt 'shop_dolls', 'browse'
 end

+ 6 - 6
locations/shop_erotomaniac.qsrc

@@ -126,7 +126,7 @@ if $ARGS[0] = 'dress':
 	'<center><b><font color="maroon">Fetish dresses - for all your personal needs</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'eroto_dress', 2, 'eroto/dress', 'shop', Clothingstock mod 2
+	gs 'shop_utils', 'display_clothes', 'eroto_dress', 2, 'eroto/dress', 'shop', Clothingstock mod 2
 
 	act 'Return': minut += 1 & gt 'shop_erotomaniac', 'start'
 end
@@ -139,7 +139,7 @@ if $ARGS[0] = 'outfits':
 	'<center><b><font color="maroon">Fetish outfits - for all your personal needs</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'eroto_outfits', 2, 'eroto/outfits', 'shop', (Clothingstock / 2) mod 2
+	gs 'shop_utils', 'display_clothes', 'eroto_outfits', 2, 'eroto/outfits', 'shop', (Clothingstock / 2) mod 2
 
 	act 'Return': minut += 1 & gt 'shop_erotomaniac', 'start'
 end
@@ -152,7 +152,7 @@ if $ARGS[0] = 'strip':
 	'<center><b><font color="maroon">Stripper clothing - for work or the bedroom</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'eroto_strip', 1, 'eroto/strip', 'shop'
+	gs 'shop_utils', 'display_clothes', 'eroto_strip', 1, 'eroto/strip', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_erotomaniac', 'start'
 end
@@ -165,7 +165,7 @@ if $ARGS[0] = 'shoes':
 	'<center><b><font color="maroon">Viewing Erotomaniac shoes</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_shoes', 'eroto', 1, 'eroto/shoes', 'shop'
+	gs 'shop_utils', 'display_shoes', 'eroto', 1, 'eroto/shoes', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_erotomaniac', 'start'
 end
@@ -175,7 +175,7 @@ if $ARGS[0] = 'panties':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_panties', 'eroto', 2, 'eroto/panties', 'shop', (Clothingstock / 4) mod 2
+	gs 'shop_utils', 'display_panties', 'eroto', 2, 'eroto/panties', 'shop', (Clothingstock / 4) mod 2
 
 	act 'Return': minut += 1 & gt 'shop_erotomaniac', 'start'
 end
@@ -185,7 +185,7 @@ if $ARGS[0] = 'bras':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_bras', 'eroto', 1, 'eroto/bras', 'shop'
+	gs 'shop_utils', 'display_bras', 'eroto', 1, 'eroto/bras', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_erotomaniac', 'start'
 end

+ 5 - 5
locations/shop_exhibitionist.qsrc

@@ -52,7 +52,7 @@ if $ARGS[0] = 'outfits':
 	'<center><b><font color="maroon">Salacious outfits</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'salacious_outfits', 1, 'salacious/outfits', 'shop'
+	gs 'shop_utils', 'display_clothes', 'salacious_outfits', 1, 'salacious/outfits', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_exhibitionist', 'start'
 end
@@ -65,7 +65,7 @@ if $ARGS[0] = 'dresses':
 	'<center><b><font color="maroon">Salacious dresses</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'salacious_dress', 2, 'salacious/dress', 'shop', Clothingstock mod 2
+	gs 'shop_utils', 'display_clothes', 'salacious_dress', 2, 'salacious/dress', 'shop', Clothingstock mod 2
 
 	act 'Return': minut += 1 & gt 'shop_exhibitionist', 'start'
 end
@@ -75,7 +75,7 @@ if $ARGS[0] = 'panties':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_panties', 'salacious', 2, 'salacious/panties', 'shop', (Clothingstock / 2) mod 2
+	gs 'shop_utils', 'display_panties', 'salacious', 2, 'salacious/panties', 'shop', (Clothingstock / 2) mod 2
 
 	act 'Return': minut += 1 & gt 'shop_exhibitionist', 'start'
 end
@@ -85,7 +85,7 @@ if $ARGS[0] = 'bras':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_bras', 'salacious', 2, 'salacious/bras', 'shop', (Clothingstock / 4) mod 2
+	gs 'shop_utils', 'display_bras', 'salacious', 2, 'salacious/bras', 'shop', (Clothingstock / 4) mod 2
 
 	act 'Return': minut += 1 & gt 'shop_exhibitionist', 'start'
 end
@@ -95,7 +95,7 @@ if $ARGS[0] = 'bodysuit':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_bodysuits', 'salacious', 1, 'salacious/bodysuits', 'shop'
+	gs 'shop_utils', 'display_bodysuits', 'salacious', 1, 'salacious/bodysuits', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_exhibitionist', 'start'
 end

+ 1 - 1
locations/shop_fancy_pancy.qsrc

@@ -30,7 +30,7 @@ if $ARGS[0] = 'clothes':
 	'<center><b><font color="maroon">Viewing Fancy Pancy outfits</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'fancy_burlesque', 2, 'fancy/burlesque', 'shop', Clothingstock mod 2
+	gs 'shop_utils', 'display_clothes', 'fancy_burlesque', 2, 'fancy/burlesque', 'shop', Clothingstock mod 2
 
 	act 'Return': minut += 1 & gt 'shop_fancy_pancy', 'start'
 end

+ 5 - 5
locations/shop_fashionista.qsrc

@@ -128,7 +128,7 @@ if $ARGS[0] = 'dressingclothes':
 	'<center><b><font color="maroon">Viewing shop_fashionista clothing</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'fashionista_dress', 4, 'fashionista/dress', 'shop', Clothingstock mod 4
+	gs 'shop_utils', 'display_clothes', 'fashionista_dress', 4, 'fashionista/dress', 'shop', Clothingstock mod 4
 
 	act 'Return': minut += 1 & gt 'shop_fashionista', 'changingroom'
 end
@@ -142,7 +142,7 @@ if $ARGS[0] = 'dressingoutfit':
 	'<center><b><font color="maroon">Viewing shop_fashionista clothing</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'fashionista_outfits', 1, 'fashionista/outfits', 'shop'
+	gs 'shop_utils', 'display_clothes', 'fashionista_outfits', 1, 'fashionista/outfits', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_fashionista', 'changingroom'
 end
@@ -152,7 +152,7 @@ if $ARGS[0] = 'dressingbra':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_bras', 'fashionista', 1, 'fashionista/bras', 'shop'
+	gs 'shop_utils', 'display_bras', 'fashionista', 1, 'fashionista/bras', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_fashionista', 'changingroom'
 end
@@ -163,7 +163,7 @@ if $ARGS[0] = 'dressingpanties':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_panties', 'fashionista', 2, 'fashionista/panties', 'shop', (Clothingstock / 4) mod 2
+	gs 'shop_utils', 'display_panties', 'fashionista', 2, 'fashionista/panties', 'shop', (Clothingstock / 4) mod 2
 
 	act 'Return': minut += 1 & gt 'shop_fashionista', 'changingroom'
 end
@@ -186,7 +186,7 @@ if $ARGS[0] = 'purses':
 	menu_off = 1
 	gs 'stat'
 
-	gt 'shop_utils', 'display_purses', 'fashionista', 1, 'fashionista/purses', 'shop'
+	gs 'shop_utils', 'display_purses', 'fashionista', 1, 'fashionista/purses', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_fashionista', 'start'
 end

+ 3 - 3
locations/shop_flamingos.qsrc

@@ -28,7 +28,7 @@ if $ARGS[0] = 'dresses':
 	'<center><b><font color="maroon">Viewing Flamingo''s dresses</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'flamingos_dress', 3, 'flamingos/dress', 'shop', Clothingstock mod 3
+	gs 'shop_utils', 'display_clothes', 'flamingos_dress', 3, 'flamingos/dress', 'shop', Clothingstock mod 3
 
 	act 'Return': minut += 1 & gt 'shop_flamingos', 'start'
 end
@@ -41,7 +41,7 @@ if $ARGS[0] = 'clothes':
 	'<center><b><font color="maroon">Viewing Flamingo''s outfits</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'flamingos_outfits', 2, 'flamingos/outfits', 'shop', (Clothingstock / 3) mod 2
+	gs 'shop_utils', 'display_clothes', 'flamingos_outfits', 2, 'flamingos/outfits', 'shop', (Clothingstock / 3) mod 2
 
 	act 'Return': minut += 1 & gt 'shop_flamingos', 'start'
 end
@@ -51,7 +51,7 @@ if $ARGS[0] = 'purses':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_purses', 'flamingos', 1, 'flamingos/purses', 'shop'
+	gs 'shop_utils', 'display_purses', 'flamingos', 1, 'flamingos/purses', 'shop'
 
 	act 'Return': minut += 5 & gt 'shop_flamingos', 'start'
 end

+ 3 - 3
locations/shop_lusso.qsrc

@@ -26,7 +26,7 @@ if $ARGS[0] = 'panties':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_panties', 'lusso', 2, 'lusso/panties', 'shop', Clothingstock mod 2
+	gs 'shop_utils', 'display_panties', 'lusso', 2, 'lusso/panties', 'shop', Clothingstock mod 2
 	
 	act 'Return': minut += 1 & gt 'shop_lusso', 'start'
 end
@@ -36,7 +36,7 @@ if $ARGS[0] = 'bras':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_bras', 'lusso', 1, 'lusso/bras', 'shop'
+	gs 'shop_utils', 'display_bras', 'lusso', 1, 'lusso/bras', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_lusso', 'start'
 end
@@ -46,7 +46,7 @@ if $ARGS[0] = 'bodysuit':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_bodysuits', 'lusso', 3, 'lusso/bodysuits', 'shop', (Clothingstock / 2) mod 3
+	gs 'shop_utils', 'display_bodysuits', 'lusso', 3, 'lusso/bodysuits', 'shop', (Clothingstock / 2) mod 3
 
 	act 'Return': minut += 1 & gt 'shop_lusso', 'start'
 end

+ 1 - 1
locations/shop_materinstvo.qsrc

@@ -51,7 +51,7 @@ if $ARGS[0] = 'clothes':
 	'<center><b><font color="maroon">Viewing Mommy Style clothing</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'materinstvo_dress', 1, 'mommy', 'shop'
+	gs 'shop_utils', 'display_clothes', 'materinstvo_dress', 1, 'mommy', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_materinstvo', 'start'
 end

+ 6 - 6
locations/shop_moncheri.qsrc

@@ -112,7 +112,7 @@ if $ARGS[0] = 'gowns':
 	'<center><b><font color="maroon">Viewing Mon Chéri outfits</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'moncheri_gown', 3, 'moncheri/gown', 'shop', Clothingstock mod 3
+	gs 'shop_utils', 'display_clothes', 'moncheri_gown', 3, 'moncheri/gown', 'shop', Clothingstock mod 3
 
 	act 'Return': minut += 1 & gt 'shop_moncheri', 'changingroom'
 end
@@ -125,7 +125,7 @@ if $ARGS[0] = 'dresses':
 	'<center><b><font color="maroon">Viewing Mon Chéri outfits</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'moncheri_dress', 2, 'moncheri/dress', 'shop', (Clothingstock / 3) mod 2
+	gs 'shop_utils', 'display_clothes', 'moncheri_dress', 2, 'moncheri/dress', 'shop', (Clothingstock / 3) mod 2
 
 	act 'Return': minut += 1 & gt 'shop_moncheri', 'changingroom'
 end
@@ -138,7 +138,7 @@ if $ARGS[0] = 'bodysuit':
 	'<center><b><font color="maroon">Viewing Mon Chéri bodysuits</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_bodysuits', 'moncheri', 2, 'moncheri/bodysuits', 'shop', (Clothingstock / 6) mod 2
+	gs 'shop_utils', 'display_bodysuits', 'moncheri', 2, 'moncheri/bodysuits', 'shop', (Clothingstock / 6) mod 2
 
 	act 'Return': minut += 1 & gt 'shop_moncheri', 'changingroom'
 end
@@ -151,7 +151,7 @@ if $ARGS[0] = 'shoes':
 	'<center><b><font color="maroon">Viewing Mon Chéri shoes</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_shoes', 'moncheri', 3, 'moncheri/shoes', 'shop', (Clothingstock / 4) mod 3
+	gs 'shop_utils', 'display_shoes', 'moncheri', 3, 'moncheri/shoes', 'shop', (Clothingstock / 4) mod 3
 
 	act 'Return': minut += 1 & gt 'shop_moncheri', 'start'
 end
@@ -161,7 +161,7 @@ if $ARGS[0] = 'purses':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_purses', 'moncheri', 1, 'moncheri/purses', 'shop'
+	gs 'shop_utils', 'display_purses', 'moncheri', 1, 'moncheri/purses', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_moncheri', 'start'
 end
@@ -171,7 +171,7 @@ if $ARGS[0] = 'coats':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_coats', 'moncheri', 1, 'moncheri/coats', 'shop'
+	gs 'shop_utils', 'display_coats', 'moncheri', 1, 'moncheri/coats', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_moncheri', 'start'
 end

+ 5 - 5
locations/shop_nerdvana.qsrc

@@ -30,7 +30,7 @@ if $ARGS[0] = 'cosplay':
 	'<center><b><font color="maroon">Viewing Nerdvana Cosplay Outfits</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'nerdvana_cosplay', 2, 'nerdvana/cosplay', 'shop', Clothingstock mod 2
+	gs 'shop_utils', 'display_clothes', 'nerdvana_cosplay', 2, 'nerdvana/cosplay', 'shop', Clothingstock mod 2
 
 	act 'Return': minut += 1 & gt 'shop_nerdvana', 'start'
 end
@@ -43,7 +43,7 @@ if $ARGS[0] = 'outfits':
 	'<center><b><font color="maroon">Viewing Nerdvana outfits</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'nerdvana_outfits', 2, 'nerdvana/outfits', 'shop', (Clothingstock / 2) mod 2
+	gs 'shop_utils', 'display_clothes', 'nerdvana_outfits', 2, 'nerdvana/outfits', 'shop', (Clothingstock / 2) mod 2
 
 	act 'Return': minut += 1 & gt 'shop_nerdvana', 'start'
 end
@@ -56,7 +56,7 @@ if $ARGS[0] = 'swim':
 	'<center><b><font color="maroon">Swimsuits - one size fits all</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'nerdvana_swimsuit', 1, 'nerdvana/swim/one', 'shop'
+	gs 'shop_utils', 'display_clothes', 'nerdvana_swimsuit', 1, 'nerdvana/swim/one', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_nerdvana', 'start'
 end
@@ -69,7 +69,7 @@ if $ARGS[0] = 'bikinis':
 	'<center><b><font color="maroon">Bikinis - one size fits all</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'nerdvana_bikinis', 1, 'nerdvana/swim/two', 'shop'
+	gs 'shop_utils', 'display_clothes', 'nerdvana_bikinis', 1, 'nerdvana/swim/two', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_nerdvana', 'start'
 end
@@ -79,7 +79,7 @@ if $ARGS[0] = 'purses':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_purses', 'nerdvana', 2, 'nerdvana/purses', 'shop', (Clothingstock / 4) mod 2
+	gs 'shop_utils', 'display_purses', 'nerdvana', 2, 'nerdvana/purses', 'shop', (Clothingstock / 4) mod 2
 
 	act 'Return': minut += 1 & gt 'shop_nerdvana', 'start'
 end

+ 7 - 7
locations/shop_pussycats.qsrc

@@ -104,7 +104,7 @@ if $ARGS[0] = 'dress':
 	'<center><b><font color="maroon">Viewing Pussy Kats dresses</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'cats_dress', 3, 'cats/dress', 'shop', Clothingstock mod 3
+	gs 'shop_utils', 'display_clothes', 'cats_dress', 3, 'cats/dress', 'shop', Clothingstock mod 3
 
 	act 'Return': minut += 1 & gt 'shop_pussycats', 'start'
 end
@@ -117,7 +117,7 @@ if $ARGS[0] = 'clothes':
 	'<center><b><font color="maroon">Viewing Pussy Kats outfits</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'cats_outfits', 3, 'cats/outfits', 'shop', (Clothingstock / 3) mod 3
+	gs 'shop_utils', 'display_clothes', 'cats_outfits', 3, 'cats/outfits', 'shop', (Clothingstock / 3) mod 3
 
 	act 'Return': minut += 1 & gt 'shop_pussycats', 'start'
 end
@@ -130,7 +130,7 @@ if $ARGS[0] = 'shoes':
 	'<center><b><font color="maroon">Viewing G&M shoes</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_shoes', 'cats', 1, 'cats/shoes', 'shop'
+	gs 'shop_utils', 'display_shoes', 'cats', 1, 'cats/shoes', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_pussycats', 'start'
 end
@@ -140,7 +140,7 @@ if $ARGS[0] = 'panties':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_panties', 'cats', 2, 'cats/panties', 'shop', Clothingstock mod 2
+	gs 'shop_utils', 'display_panties', 'cats', 2, 'cats/panties', 'shop', Clothingstock mod 2
 
 	act 'Return': minut += 1 & gt 'shop_pussycats', 'start'
 end
@@ -150,7 +150,7 @@ if $ARGS[0] = 'bras':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_bras', 'cats', 1, 'cats/bras', 'shop'
+	gs 'shop_utils', 'display_bras', 'cats', 1, 'cats/bras', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_pussycats', 'start'
 end
@@ -160,7 +160,7 @@ if $ARGS[0] = 'purses':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_purses', 'cats', 1, 'cats/purses', 'shop'
+	gs 'shop_utils', 'display_purses', 'cats', 1, 'cats/purses', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_pussycats', 'start'
 end
@@ -170,7 +170,7 @@ if $ARGS[0] = 'coats':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_coats', 'cats', 1, 'cats/coats', 'shop'
+	gs 'shop_utils', 'display_coats', 'cats', 1, 'cats/coats', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_pussycats', 'start'
 end

+ 6 - 6
locations/shop_scandalicious.qsrc

@@ -33,7 +33,7 @@ if $ARGS[0] = 'clothes':
 	'<center><b><font color="maroon">Viewing Scandalicious outfits</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'scandalicious_outfits', 1, 'scandalicious/outfits', 'shop'
+	gs 'shop_utils', 'display_clothes', 'scandalicious_outfits', 1, 'scandalicious/outfits', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_scandalicious', 'start'
 end
@@ -46,7 +46,7 @@ if $ARGS[0] = 'dresses':
 	'<center><b><font color="maroon">Viewing Scandalicious dresses</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'scandalicious_dress', 3, 'scandalicious/dress', 'shop', Clothingstock mod 3
+	gs 'shop_utils', 'display_clothes', 'scandalicious_dress', 3, 'scandalicious/dress', 'shop', Clothingstock mod 3
 
 	act 'Return': minut += 1 & gt 'shop_scandalicious', 'start'
 end
@@ -59,7 +59,7 @@ if $ARGS[0] = 'shoes':
 	'<center><b><font color="maroon">Viewing G&M shoes</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_shoes', 'scandalicious', 4, 'scandalicious/shoes', 'shop', (Clothingstock / 3) mod 4
+	gs 'shop_utils', 'display_shoes', 'scandalicious', 4, 'scandalicious/shoes', 'shop', (Clothingstock / 3) mod 4
 
 	act 'Return': minut += 1 & gt 'shop_scandalicious', 'start'
 end
@@ -72,7 +72,7 @@ if $ARGS[0] = 'swim':
 	'<center><b><font color="maroon">Swimsuits - one size fits all</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'scandalicious_swimsuits', 2, 'scandalicious/swim/one', 'shop', (Clothingstock / 4) mod 2
+	gs 'shop_utils', 'display_clothes', 'scandalicious_swimsuits', 2, 'scandalicious/swim/one', 'shop', (Clothingstock / 4) mod 2
 
 	act 'Return': minut += 1 & gt 'shop_scandalicious', 'start'
 end
@@ -85,7 +85,7 @@ if $ARGS[0] = 'bikinis':
 	'<center><b><font color="maroon">Bikinis - one size fits all</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'scandalicious_bikinis', 4, 'scandalicious/swim/two', 'shop', (Clothingstock / 2) mod 4
+	gs 'shop_utils', 'display_clothes', 'scandalicious_bikinis', 4, 'scandalicious/swim/two', 'shop', (Clothingstock / 2) mod 4
 
 	act 'Return': minut += 1 & gt 'shop_scandalicious', 'start'
 end
@@ -95,7 +95,7 @@ if $ARGS[0] = 'bodysuit':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_bodysuits', 'scandalicious', 2, 'scandalicious/bodysuits', 'shop', Clothingstock mod 2
+	gs 'shop_utils', 'display_bodysuits', 'scandalicious', 2, 'scandalicious/bodysuits', 'shop', Clothingstock mod 2
 
 	act 'Return': minut += 1 & gt 'shop_scandalicious', 'start'
 end

+ 5 - 5
locations/shop_tsar_bomba.qsrc

@@ -32,7 +32,7 @@ if $ARGS[0] = 'dresses':
 	'<center><b><font color="maroon">Viewing Tsar Bomba dresses</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'bomba_dress', 2, 'bomba/dress', 'shop', Clothingstock mod 2
+	gs 'shop_utils', 'display_clothes', 'bomba_dress', 2, 'bomba/dress', 'shop', Clothingstock mod 2
 
 	act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
 end
@@ -45,7 +45,7 @@ if $ARGS[0] = 'clothes':
 	'<center><b><font color="maroon">Viewing Tsar Bomba outfits</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_clothes', 'bomba_outfits', 2, 'bomba/outfits', 'shop', (Clothingstock / 2) mod 2
+	gs 'shop_utils', 'display_clothes', 'bomba_outfits', 2, 'bomba/outfits', 'shop', (Clothingstock / 2) mod 2
 	
 	act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
 end
@@ -55,7 +55,7 @@ if $ARGS[0] = 'purses':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_purses', 'bomba', 1, 'bomba/purses', 'shop'
+	gs 'shop_utils', 'display_purses', 'bomba', 1, 'bomba/purses', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
 end
@@ -68,7 +68,7 @@ if $ARGS[0] = 'shoes':
 	'<center><b><font color="maroon">Viewing G&M shoes</font></b></center>'
 	*nl
 
-	gt 'shop_utils', 'display_shoes', 'bomba', 1, 'bomba/shoes', 'shop'
+	gs 'shop_utils', 'display_shoes', 'bomba', 1, 'bomba/shoes', 'shop'
 
 	act 'Return': minut += 5 & gt 'shop_tsar_bomba', 'start'
 end
@@ -78,7 +78,7 @@ if $ARGS[0] = 'coats':
 	menu_off = 0
 	gs 'stat'
 
-	gt 'shop_utils', 'display_coats', 'bomba', 1, 'bomba/coats', 'shop'
+	gs 'shop_utils', 'display_coats', 'bomba', 1, 'bomba/coats', 'shop'
 
 	act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
 end

+ 7 - 7
locations/shop_utils.qsrc

@@ -101,7 +101,7 @@ end
 ! [4] - link type - shop, wardrode, cheat
 ! [5] - loop index start offset
 ! Populate the 'shop_display_exceptions[]' array with the index of the outfits you want excluded from the display.
-! gt 'shop_utils', 'display_clothes', 'shop_type', 1, 'path', 'link_type'
+! gs 'shop_utils', 'display_clothes', 'shop_type', 1, 'path', 'link_type'
 if $ARGS[0] = 'display_clothes':
 	$shop_display['variable']	= $ARGS[1]
 
@@ -140,7 +140,7 @@ if $ARGS[0] = 'display_clothes':
 	killvar 'shop_display'
 end
 
-! gt 'shop_utils', 'display_shoes', 'shop', 1, 'path', 'link_type'
+! gs 'shop_utils', 'display_shoes', 'shop', 1, 'path', 'link_type'
 if $ARGS[0] = 'display_shoes':
 	$shop_display['variable']	= $ARGS[1]
 
@@ -179,7 +179,7 @@ if $ARGS[0] = 'display_shoes':
 	killvar 'shop_display'
 end
 
-! gt 'shop_utils', 'display_bras', 'shop', 1, 'path', 'link_type'
+! gs 'shop_utils', 'display_bras', 'shop', 1, 'path', 'link_type'
 if $ARGS[0] = 'display_bras':
 	$shop_display['variable']	= $ARGS[1]
 
@@ -218,7 +218,7 @@ if $ARGS[0] = 'display_bras':
 	killvar 'shop_display'
 end
 
-! gt 'shop_utils', 'display_panties', 'shop', 1, 'path', 'link_type'
+! gs 'shop_utils', 'display_panties', 'shop', 1, 'path', 'link_type'
 if $ARGS[0] = 'display_panties':
 	$shop_display['variable']	= $ARGS[1]
 
@@ -257,7 +257,7 @@ if $ARGS[0] = 'display_panties':
 	killvar 'shop_display'
 end
 
-! gt 'shop_utils', 'display_bodysuits', 'shop', 1, 'path', 'link_type'
+! gs 'shop_utils', 'display_bodysuits', 'shop', 1, 'path', 'link_type'
 if $ARGS[0] = 'display_bodysuits':
 	$shop_display['variable']	= $ARGS[1]
 
@@ -296,7 +296,7 @@ if $ARGS[0] = 'display_bodysuits':
 	killvar 'shop_display'
 end
 
-! gt 'shop_utils', 'display_coats', 'shop', 1, 'path', 'link_type'
+! gs 'shop_utils', 'display_coats', 'shop', 1, 'path', 'link_type'
 if $ARGS[0] = 'display_coats':
 	$shop_display['variable']	= $ARGS[1]
 
@@ -334,7 +334,7 @@ if $ARGS[0] = 'display_coats':
 	killvar 'shop_display'
 end
 
-! gt 'shop_utils', 'display_purses', 'shop', 1, 'path', 'link_type'
+! gs 'shop_utils', 'display_purses', 'shop', 1, 'path', 'link_type'
 if $ARGS[0] = 'display_purses':
 	$shop_display['variable']	= $ARGS[1]