Browse Source

[fixed] Variables appear t have reverted or maybe change didn't commit, not sure but clothing was still using expensive now using fashionista

KevinSmarts 3 years ago
parent
commit
263ca44ee8
1 changed files with 16 additions and 16 deletions
  1. 16 16
      locations/shop_fashionista.qsrc

+ 16 - 16
locations/shop_fashionista.qsrc

@@ -134,8 +134,8 @@ if $ARGS[0] = 'dressingclothes':
 	*clr & cla
 	$loc_arg = 'dressingclothes'
 	$loc = 'shop_fashionista'
-	!clorand = rand(1,ARRSIZE('expensive'))
-	!gt 'clothing', 'view_clothing_item', 'shop', 'expensive', clorand, 8000
+	!clorand = rand(1,ARRSIZE('fashionista'))
+	!gt 'clothing', 'view_clothing_item', 'shop', 'fashionista', clorand, 8000
 	menu_off = 1
 	*clr & cla
 	gs'stat'
@@ -155,30 +155,30 @@ if $ARGS[0] = 'dressingclothes':
 
 		if Clothingstock - 12 > 0:i -= 12
 
-		:loopexpensive2
-			if expensive[i] = 0:
-				gs 'clothing_attributes', 'expensive', i
+		:loopfashionista2
+			if fashionista[i] = 0:
+				gs 'clothing_attributes', 'fashionista', i
 				gs 'clothing_QV', 'shop_filter'
 
 				if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
 
-					if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''dressingshmotmag''"><img src="images/pc/clothing/3expensive/<<i>>.jpg" 	height="250" /></a>  '
+					if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''dressingshmotmag''"><img src="images/pc/items/fashionista/dress/<<i>>.jpg" 	height="250" /></a>  '
 				end
 			end
 			i += 12
-		if i <= 433:jump 'loopexpensive2'
+		if i <= 433:jump 'loopfashionista2'
 	if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
 end
 
 if $ARGS[0] = 'dressingshmotmag':
 	cla
 	
-	if expensive[i] ! 0:
+	if fashionista[i] ! 0:
 		msg 'You already own these clothes.'
 		gt 'shop_fashionista', 'dressingclothes'
 	end
 
-	gt 'clothing', 'view_clothing_item', 'shop', 'expensive',i, 8000
+	gt 'clothing', 'view_clothing_item', 'shop', 'fashionista',i, 8000
 end
 
 if $ARGS[0] = 'dressingbra':
@@ -277,26 +277,26 @@ if $ARGS[0] = 'clothes':
 
 	if Clothingstock - 12 > 0:i -= 12
 
-	:loopexpensive
-		if expensive[i] = 0:
-			gs 'clothing_attributes', 'expensive', i
+	:loopfashionista
+		if fashionista[i] = 0:
+			gs 'clothing_attributes', 'fashionista', i
 			gs 'clothing_QV', 'shop_filter'
 				
-			if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''shmotmag''"><img src="images/pc/clothing/3expensive/<<i>>.jpg" 	height="250" /></a>'
+			if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''shmotmag''"><img src="images/pc/items/fashionista/dress/<<i>>.jpg" 	height="250" /></a>'
 		end
 		i += 12
-	if i <= 442:jump 'loopexpensive'
+	if i <= 200:jump 'loopfashionista'
 end
 
 if $ARGS[0] = 'shmotmag':
 	cla
 	
-	if expensive[i] ! 0:
+	if fashionista[i] ! 0:
 		msg 'You already own these clothes.'
 		gt 'shop_fashionista', 'clothes'
 	end
 
-	gt 'clothing', 'view_clothing_item', 'shop', 'expensive',i, 8000
+	gt 'clothing', 'view_clothing_item', 'shop', 'fashionista',i, 8000
 end
 
 if $ARGS[0] = 'panties':