Browse Source

[fixes] Some wrong variables and updated image links to new locations

KevinSmarts 3 years ago
parent
commit
0fcb80d478
3 changed files with 103 additions and 35 deletions
  1. 13 9
      locations/_clothing_image.qsrc
  2. 26 6
      locations/clothing.qsrc
  3. 64 20
      locations/clothing_QV.qsrc

+ 13 - 9
locations/_clothing_image.qsrc

@@ -6,17 +6,17 @@
 if $ARGS[0] = 'cheap':
 	$RESULT = 'images/pc/clothing/1cheap/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'cats_dress':
-	$RESULT = 'images/pc/clothing/cats_dress/<<ARGS[1]>>.jpg'
+	$RESULT = 'images/pc/items/cats/dress/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'cats_outfit':
-	$RESULT = 'images/pc/clothing/cats_outfit/<<ARGS[1]>>.jpg'
+	$RESULT = 'images/pc/items/cats/outfits/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'flamingos_outfit':
-	$RESULT = 'images/pc/clothing/flamingos_outfit/<<ARGS[1]>>.jpg'
+	$RESULT = 'images/pc/items/flamingos/outfits/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'flamingos_dress':
-	$RESULT = 'images/pc/clothing/flamingos_dress/<<ARGS[1]>>.jpg'
+	$RESULT = 'images/pc/items/flamingos/dress/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'coco_outfit':
-	$RESULT = 'images/pc/clothing/coco_outfit/<<ARGS[1]>>.jpg'
+	$RESULT = 'images/pc/items/coco/outfits/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'coco_dress':
-	$RESULT = 'images/pc/clothing/coco_dress/<<ARGS[1]>>.jpg'
+	$RESULT = 'images/pc/items/coco/dress/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'expensive':
 	$RESULT = 'images/pc/clothing/3expensive/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'formal':
@@ -38,11 +38,15 @@ elseif $ARGS[0] = 'coat':
 elseif $ARGS[0] = 'swimwear':
 	$RESULT = 'images/pc/clothing/12swimwear/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'fancy_burlesque':
-	$RESULT = 'images/pc/clothing/fancy_burlesque/<<ARGS[1]>>.jpg'
+	$RESULT = 'images/pc/items/fancy/burlesque/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'dolls_dress':
-	$RESULT = 'images/pc/clothing/dolls_dress/<<ARGS[1]>>.jpg'
+	$RESULT = 'images/pc/items/dolls/dress/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'dolls_outfit':
-	$RESULT = 'images/pc/clothing/dolls_outfit/<<ARGS[1]>>.jpg'
+	$RESULT = 'images/pc/items/dolls/outfits/<<ARGS[1]>>.jpg'
+elseif $ARGS[0] = 'bomba_dress':
+	$RESULT = 'images/pc/items/bomba/dress/<<ARGS[1]>>.jpg'
+elseif $ARGS[0] = 'bomba_outfit':
+	$RESULT = 'images/pc/items/bomba/outfits/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'beach':
 	$RESULT = 'images/pc/clothing/15beachbabe/<<ARGS[1]>>.jpg'
 end

+ 26 - 6
locations/clothing.qsrc

@@ -434,17 +434,37 @@ if $ARGS[0] = 'view_clothing_list':
 			cla
 			$ward_list_store = $ARGS[2]
 			i = 1
-			:loopcats_outfit
-				if cats_outfit[i] = 1 and cats_outfitS[i] = cloc and ($clothingworntype ! 'cats_outfit' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'cats_outfit', i)
+			:loopdolls_outfit
+				if dolls_outfit[i] = 1 and dolls_outfitS[i] = cloc and ($clothingworntype ! 'dolls_outfit' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'dolls_outfit', i)
 				i += 1
-			if i <= ARRSIZE('cats_outfit'):jump 'loopcats_outfit'
+			if i <= ARRSIZE('dolls_outfit'):jump 'loopdolls_outfit'
 
 			$ward_list_store = $ARGS[2]
 			i = 1
-			:loopcats_dress
-				if cats_dress[i] = 1 and cats_dressS[i] = cloc and ($clothingworntype ! 'cats_dress' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'cats_dress', i)
+			:loopdolls_dress
+				if dolls_dress[i] = 1 and dolls_dressS[i] = cloc and ($clothingworntype ! 'dolls_dress' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'dolls_dress', i)
 				i += 1
-			if i <= ARRSIZE('cats_dress'):jump 'loopcats_dress'
+			if i <= ARRSIZE('dolls_dress'):jump 'loopdolls_dress'
+
+			act 'Return': killvar '$ward_list_store' & gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
+			gs 'clothing', 'clothwidth'
+		end
+
+		if $ARGS[2] = 'bomba':
+			cla
+			$ward_list_store = $ARGS[2]
+			i = 1
+			:loopbomba_outfit
+				if bomba_outfit[i] = 1 and bomba_outfitS[i] = cloc and ($clothingworntype ! 'bomba_outfit' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'bomba_outfit', i)
+				i += 1
+			if i <= ARRSIZE('bomba_outfit'):jump 'loopbomba_outfit'
+
+			$ward_list_store = $ARGS[2]
+			i = 1
+			:loopbomba_dress
+				if bomba_dress[i] = 1 and bomba_dressS[i] = cloc and ($clothingworntype ! 'bomba_dress' or clothingwornnumber ! i):*P dyneval($clothing_list_line, $ARGS[1], 'bomba_dress', i)
+				i += 1
+			if i <= ARRSIZE('bomba_dress'):jump 'loopbomba_dress'
 
 			act 'Return': killvar '$ward_list_store' & gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
 			gs 'clothing', 'clothwidth'

+ 64 - 20
locations/clothing_QV.qsrc

@@ -190,9 +190,9 @@ if $ARGS[0] = 'list':
 			gs 'clothing_attributes', 'cats_outfit', i
 			if CloInhibit <= pcs_inhib:
 				if CloStyle ! 5:
-					if cats_outfitS[i] = 0 and cats_outfitH[i] > 0 and cats_outfitB[i] >= (pcs_hips - 8) and cats_outfitB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cats_outfit'', <<i>>"><img src="images/pc/clothing/cats_outfit/<<i>>.jpg" 	height="250" /></a>'
+					if cats_outfitS[i] = 0 and cats_outfitH[i] > 0 and cats_outfitB[i] >= (pcs_hips - 8) and cats_outfitB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cats_outfit'', <<i>>"><img src="images/pc/items/cats/outfits/<<i>>.jpg" 	height="250" /></a>'
 				else
-					if cats_outfitS[i] = 0 and cats_outfitH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cats_outfit'', <<i>>"><img src="images/pc/clothing/cats_outfit/<<i>>.jpg" 	height="250" /></a>'
+					if cats_outfitS[i] = 0 and cats_outfitH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cats_outfit'', <<i>>"><img src="images/pc/items/cats/outfits/<<i>>.jpg" 	height="250" /></a>'
 				end
 			end
 		end
@@ -205,9 +205,9 @@ if $ARGS[0] = 'list':
 			gs 'clothing_attributes', 'cats_dress', i
 			if CloInhibit <= pcs_inhib:
 				if CloStyle ! 5:
-					if cats_dressS[i] = 0 and cats_dressH[i] > 0 and cats_dressB[i] >= (pcs_hips - 8) and cats_dressB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cats_dress'', <<i>>"><img src="images/pc/clothing/cats_dress/<<i>>.jpg" 	height="250" /></a>'
+					if cats_dressS[i] = 0 and cats_dressH[i] > 0 and cats_dressB[i] >= (pcs_hips - 8) and cats_dressB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cats_dress'', <<i>>"><img src="images/pc/items/cats/dress/<<i>>.jpg" 	height="250" /></a>'
 				else
-					if cats_dressS[i] = 0 and cats_dressH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cats_dress'', <<i>>"><img src="images/pc/clothing/cats_dress/<<i>>.jpg" 	height="250" /></a>'
+					if cats_dressS[i] = 0 and cats_dressH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''cats_dress'', <<i>>"><img src="images/pc/items/cats/dress/<<i>>.jpg" 	height="250" /></a>'
 				end
 			end
 		end
@@ -221,7 +221,7 @@ if $ARGS[0] = 'list':
 		*clr & cla
 		$ward_list_store = $ARGS[1]
 		'<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
-		'<center><img src="images/locations/city/citycenter/mall/pussycat.png"></center>'
+		'<center><img src="images/locations/city/island/flamingos/shop_name.png"></center>'
 		*nl
 		'<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
 		*nl
@@ -234,9 +234,9 @@ if $ARGS[0] = 'list':
 			gs 'clothing_attributes', 'flamingos_outfit', i
 			if CloInhibit <= pcs_inhib:
 				if CloStyle ! 5:
-					if flamingos_outfitS[i] = 0 and flamingos_outfitH[i] > 0 and flamingos_outfitB[i] >= (pcs_hips - 8) and flamingos_outfitB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''flamingos_outfit'', <<i>>"><img src="images/pc/clothing/flamingos_outfit/<<i>>.jpg" 	height="250" /></a>'
+					if flamingos_outfitS[i] = 0 and flamingos_outfitH[i] > 0 and flamingos_outfitB[i] >= (pcs_hips - 8) and flamingos_outfitB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''flamingos_outfit'', <<i>>"><img src="images/pc/items/flamingos/outfits/<<i>>.jpg" 	height="250" /></a>'
 				else
-					if flamingos_outfitS[i] = 0 and flamingos_outfitH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''flamingos_outfit'', <<i>>"><img src="images/pc/clothing/flamingos_outfit/<<i>>.jpg" 	height="250" /></a>'
+					if flamingos_outfitS[i] = 0 and flamingos_outfitH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''flamingos_outfit'', <<i>>"><img src="images/pc/items/flamingos/outfits/<<i>>.jpg" 	height="250" /></a>'
 				end
 			end
 		end
@@ -249,9 +249,9 @@ if $ARGS[0] = 'list':
 			gs 'clothing_attributes', 'flamingos_dress', i
 			if CloInhibit <= pcs_inhib:
 				if CloStyle ! 5:
-					if flamingos_dressS[i] = 0 and flamingos_dressH[i] > 0 and flamingos_dressB[i] >= (pcs_hips - 8) and flamingos_dressB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''flamingos_dress'', <<i>>"><img src="images/pc/clothing/flamingos_dress/<<i>>.jpg" 	height="250" /></a>'
+					if flamingos_dressS[i] = 0 and flamingos_dressH[i] > 0 and flamingos_dressB[i] >= (pcs_hips - 8) and flamingos_dressB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''flamingos_dress'', <<i>>"><img src="images/pc/items/flamingos/dress/<<i>>.jpg" 	height="250" /></a>'
 				else
-					if flamingos_dressS[i] = 0 and flamingos_dressH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''flamingos_dress'', <<i>>"><img src="images/pc/clothing/flamingos_dress/<<i>>.jpg" 	height="250" /></a>'
+					if flamingos_dressS[i] = 0 and flamingos_dressH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''flamingos_dress'', <<i>>"><img src="images/pc/items/flamingos/dress/<<i>>.jpg" 	height="250" /></a>'
 				end
 			end
 		end
@@ -265,7 +265,7 @@ if $ARGS[0] = 'list':
 		*clr & cla
 		$ward_list_store = $ARGS[1]
 		'<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
-		'<center><img src="images/locations/city/citycenter/mall/pussycat.png"></center>'
+		'<center><img src="images/locations/city/residential/coco/shop_name.png"></center>'
 		*nl
 		'<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
 		*nl
@@ -278,9 +278,9 @@ if $ARGS[0] = 'list':
 			gs 'clothing_attributes', 'coco_outfit', i
 			if CloInhibit <= pcs_inhib:
 				if CloStyle ! 5:
-					if coco_outfitS[i] = 0 and coco_outfitH[i] > 0 and coco_outfitB[i] >= (pcs_hips - 8) and coco_outfitB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coco_outfit'', <<i>>"><img src="images/pc/clothing/coco_outfit/<<i>>.jpg" 	height="250" /></a>'
+					if coco_outfitS[i] = 0 and coco_outfitH[i] > 0 and coco_outfitB[i] >= (pcs_hips - 8) and coco_outfitB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coco_outfit'', <<i>>"><img src="images/pc/items/coco/outfits/<<i>>.jpg" 	height="250" /></a>'
 				else
-					if coco_outfitS[i] = 0 and coco_outfitH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coco_outfit'', <<i>>"><img src="images/pc/clothing/coco_outfit/<<i>>.jpg" 	height="250" /></a>'
+					if coco_outfitS[i] = 0 and coco_outfitH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coco_outfit'', <<i>>"><img src="images/pc/items/coco/outfits/<<i>>.jpg" 	height="250" /></a>'
 				end
 			end
 		end
@@ -293,9 +293,9 @@ if $ARGS[0] = 'list':
 			gs 'clothing_attributes', 'coco_dress', i
 			if CloInhibit <= pcs_inhib:
 				if CloStyle ! 5:
-					if coco_dressS[i] = 0 and coco_dressH[i] > 0 and coco_dressB[i] >= (pcs_hips - 8) and coco_dressB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coco_dress'', <<i>>"><img src="images/pc/clothing/coco_dress/<<i>>.jpg" 	height="250" /></a>'
+					if coco_dressS[i] = 0 and coco_dressH[i] > 0 and coco_dressB[i] >= (pcs_hips - 8) and coco_dressB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coco_dress'', <<i>>"><img src="images/pc/items/coco/dress/<<i>>.jpg" 	height="250" /></a>'
 				else
-					if coco_dressS[i] = 0 and coco_dressH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coco_dress'', <<i>>"><img src="images/pc/clothing/coco_dress/<<i>>.jpg" 	height="250" /></a>'
+					if coco_dressS[i] = 0 and coco_dressH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''coco_dress'', <<i>>"><img src="images/pc/items/coco/dress/<<i>>.jpg" 	height="250" /></a>'
 				end
 			end
 		end
@@ -387,7 +387,7 @@ if $ARGS[0] = 'list':
 		*clr & cla
 		$ward_list_store = $ARGS[1]
 		'<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
-		'<center><img src="images/locations/city/citycenter/sexshop/shop_name.png"></center>'
+		'<center><img src="images/locations/oldtown/fancypancy/shop_name.png"></center>'
 		*nl
 		'<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
 		*nl
@@ -399,7 +399,7 @@ if $ARGS[0] = 'list':
 		if burlesque[i] = 1:
 			gs 'clothing_attributes', 'burlesque', i
 			if CloInhibit <= pcs_inhib:
-				if burlesqueS[i] = 0 and burlesqueH[i] > 0 and burlesqueB[i] >= (pcs_hips - 8) and burlesqueB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''burlesque'', <<i>>"><img src="images/pc/clothing/fancy_burlesque/<<i>>.jpg" 	height="250" /></a>'
+				if burlesqueS[i] = 0 and burlesqueH[i] > 0 and burlesqueB[i] >= (pcs_hips - 8) and burlesqueB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''burlesque'', <<i>>"><img src="images/pc/items/fancy/burlesque/<<i>>.jpg" 	height="250" /></a>'
 			end
 		end
 		i += 1
@@ -449,9 +449,9 @@ if $ARGS[0] = 'list':
 			gs 'clothing_attributes', 'dolls_outfit', i
 			if CloInhibit <= pcs_inhib:
 				if CloStyle ! 5:
-					if dolls_outfitS[i] = 0 and dolls_outfitH[i] > 0 and dolls_outfitB[i] >= (pcs_hips - 8) and dolls_outfitB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''dolls_outfit'', <<i>>"><img src="images/pc/clothing/dolls_outfit/<<i>>.jpg" 	height="250" /></a>'
+					if dolls_outfitS[i] = 0 and dolls_outfitH[i] > 0 and dolls_outfitB[i] >= (pcs_hips - 8) and dolls_outfitB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''dolls_outfit'', <<i>>"><img src="images/pc/items/dolls/outfit/<<i>>.jpg" 	height="250" /></a>'
 				else
-					if dolls_outfitS[i] = 0 and dolls_outfitH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''dolls_outfit'', <<i>>"><img src="images/pc/clothing/dolls_outfit/<<i>>.jpg" 	height="250" /></a>'
+					if dolls_outfitS[i] = 0 and dolls_outfitH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''dolls_outfit'', <<i>>"><img src="images/pc/items/dolls/outfit/<<i>>.jpg" 	height="250" /></a>'
 				end
 			end
 		end
@@ -464,9 +464,9 @@ if $ARGS[0] = 'list':
 			gs 'clothing_attributes', 'dolls_dress', i
 			if CloInhibit <= pcs_inhib:
 				if CloStyle ! 5:
-					if dolls_dressS[i] = 0 and dolls_dressH[i] > 0 and dolls_dressB[i] >= (pcs_hips - 8) and dolls_dressB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''dolls_dress'', <<i>>"><img src="images/pc/clothing/dolls_dress/<<i>>.jpg" 	height="250" /></a>'
+					if dolls_dressS[i] = 0 and dolls_dressH[i] > 0 and dolls_dressB[i] >= (pcs_hips - 8) and dolls_dressB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''dolls_dress'', <<i>>"><img src="images/pc/items/dolls/dress/<<i>>.jpg" 	height="250" /></a>'
 				else
-					if dolls_dressS[i] = 0 and dolls_dressH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''dolls_dress'', <<i>>"><img src="images/pc/clothing/dolls_dress/<<i>>.jpg" 	height="250" /></a>'
+					if dolls_dressS[i] = 0 and dolls_dressH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''dolls_dress'', <<i>>"><img src="images/pc/items/dolls/dress/<<i>>.jpg" 	height="250" /></a>'
 				end
 			end
 		end
@@ -476,6 +476,50 @@ if $ARGS[0] = 'list':
 		act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
 	end
 
+	if $ARGS[1] = 'bomba':
+		*clr & cla
+		$ward_list_store = $ARGS[1]
+		'<h3><center><b><font color="maroon">Wardrobe</font></b></center></h3>'
+		'<center><img src="images/locations/city/island/bomba.png"></center>'
+		*nl
+		'<center><table border=1><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Switch to wardrobe list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''store'', ''<<$ward_list_store>>''">Switch to stored clothing list</a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''unwanted'', ''<<$ward_list_store>>''">Switch to unwanted clothing list</a></TH></table></center>'
+		*nl
+		'<center>These are the clothes that are currently available for you to wear.</center><br>'
+		*nl
+
+		i = 1
+		:loopbomba_outfit
+		if bomba_outfit[i] = 1:
+			gs 'clothing_attributes', 'bomba_outfit', i
+			if CloInhibit <= pcs_inhib:
+				if CloStyle ! 5:
+					if bomba_outfitS[i] = 0 and bomba_outfitH[i] > 0 and bomba_outfitB[i] >= (pcs_hips - 8) and bomba_outfitB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''bomba_outfit'', <<i>>"><img src="images/pc/items/bomba/outfit/<<i>>.jpg" 	height="250" /></a>'
+				else
+					if bomba_outfitS[i] = 0 and bomba_outfitH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''bomba_outfit'', <<i>>"><img src="images/pc/items/bomba/outfit/<<i>>.jpg" 	height="250" /></a>'
+				end
+			end
+		end
+		i += 1
+		if i <= ARRSIZE('bomba_outfit'):jump 'loopbomba_outfit'
+
+		i = 1
+		:loopbomba_dress
+		if bomba_dress[i] = 1:
+			gs 'clothing_attributes', 'bomba_dress', i
+			if CloInhibit <= pcs_inhib:
+				if CloStyle ! 5:
+					if bomba_dressS[i] = 0 and bomba_dressH[i] > 0 and bomba_dressB[i] >= (pcs_hips - 8) and bomba_dressB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''bomba_dress'', <<i>>"><img src="images/pc/items/bomba/dress/<<i>>.jpg" 	height="250" /></a>'
+				else
+					if bomba_dressS[i] = 0 and bomba_dressH[i] > 0:*p '<a href="exec:gt ''clothing_QV'', ''change'', ''bomba_dress'', <<i>>"><img src="images/pc/items/bomba/dress/<<i>>.jpg" 	height="250" /></a>'
+				end
+			end
+		end
+		i += 1
+		if i <= ARRSIZE('bomba_dress'):jump 'loopbomba_dress'
+
+		act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
+	end
+
 	if $ARGS[1] = 'sports':
 		*clr & cla
 		$ward_list_store = $ARGS[1]