Răsfoiți Sursa

[changed] Top of clothing pages and naming of different sections of the wardrobe now consistant

Kevin_Smarts 2 ani în urmă
părinte
comite
21859f14f4
2 a modificat fișierele cu 9 adăugiri și 12 ștergeri
  1. 5 5
      locations/clothing.qsrc
  2. 4 7
      locations/wardrobe.qsrc

+ 5 - 5
locations/clothing.qsrc

@@ -149,14 +149,14 @@ if $ARGS[0] = 'view_clothing_list':
 	
 	if $ARGS[1] = 'wardrobe':
 		$ward_list_page = $ARGS[1]
-		'<h3><center><b><font color="maroon">Wardrobe list</font></b></center></h3>'
+		'<center><table><TH><a href="exec:gt ''wardrobe'', ''main''"><img src="images/system/icons/clothing/clothes.png" height="50"></TH><TH><a href="exec:gt ''wardrobe'', ''default''"><img src="images/system/icons/clothing/default.png" height="150"></a></TH><TH><b>Your Wardrobe</b></TH>'
 	elseif $ARGS[1] = 'resize':
 		$ward_list_page = $ARGS[1]
 		'<h3><center><b><font color="maroon">Choose item/s to resize</font></b></center></h3>'
 	end
 	'<center><b><font color="maroon">Choose to view all or select by shop</font></b></center>'
 	*nl
-	'<center><table border=1><TH><a href="exec:gt ''clothing'', ''clothing_list'', ''all''">View all outfits</a></TH></table></center>'
+	'<center><table border=1><TH><a href="exec:gt ''clothing'', ''clothing_list'', ''all''"><img src="images/system/icons/clothing/all_outfits.png"></a></TH></table></center>'
 	*nl
 
 	if ARRSIZE('gm_outfits') > 0 or ARRSIZE('gm_dress') > 0:'<center><a href="exec:$ward_list_store = ''gm'' & gt ''clothing'', ''clothing_list'', ''gm''"><img src="images/locations/city/citycenter/mall/gm.png"></a></center>'
@@ -206,15 +206,15 @@ if $ARGS[0] = 'view_clothing_list':
 	if ARRSIZE('market_outfits') > 0:'<center><a href="exec:$ward_list_store = ''market'' & gt ''clothing'', ''clothing_list'', ''market''">Clothes from the market</a></center>'
 
 	act 'Leave': killvar '$ward_list_store' & gt $loc, $loc_arg
-	act 'Choose items to wear': gt 'wardrobe', 'main'
-	act 'Manage saved clothing sets': gt 'wardrobe', 'default'
+	act 'Your Clothes': gt 'wardrobe', 'main'
+	act 'Your sets': gt 'wardrobe', 'default'
 end
 
 if $ARGS[0] = 'clothing_list':
 
 	$ward_list_file = 'clothing'
 	$bgcolor='#f3f4ee'
-	*nl
+	
 
 	if $args[1] = 'all':
 		$ward_list_store = 'all'

+ 4 - 7
locations/wardrobe.qsrc

@@ -41,7 +41,8 @@ if $ARGS[0] = 'main':
 		gs 'clothing', 'strip'
 	end
 	if ward_img_hgt = 0:ward_img_hgt = 150
-	'<h3><center><b><font color="maroon">Wardrobe overview</b></h3>'
+	'<center><table><TH><b>Your Clothes</b></TH><TH><a href="exec:gt ''wardrobe'', ''default''"><img src="images/system/icons/clothing/default.png" height="150"></a></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''"><img src="images/system/icons/clothing/organize.png" height="50"></a></TH></table></center>'
+
 	if $pursepantytype ! '' or $pursebratype ! '':
 		'<center>You put the '+iif($pursepantytype ! '','panties','')+iif($pursepantytype ! '' and $pursebratype ! '',' and ','')+iif($pursebratype ! '','bra','')+' from your purse back in the wardrobe.</center><br>'
 		killvar '$pursepantytype' & killvar 'pursepantynumber'
@@ -119,10 +120,6 @@ if $ARGS[0] = 'main':
 		gt 'wardrobe', 'main'
 	end
 
-	act 'Organise your wardrobe': org_loc = 1 & gt 'clothing', 'view_clothing_list', 'wardrobe'
-
-	act 'Manage saved clothing sets': gt 'wardrobe', 'default'
-
 	act 'Set image size for this view':
 		ward_img_hgt = input("Enter height in pixels you want for images on this page <br>(Default 150, min 50, max 500)")
 		if ward_img_hgt < 50:
@@ -213,7 +210,7 @@ if $ARGS[0] = 'default':
 	$wloc = 'default'
 	gs 'stat'
 	
-	'<center><table><TH><a href="exec:gt ''wardrobe'', ''main''"><img src="images/system/icons/clothing/clothes.png" height="50"></a></TH><TH><B>Default sets: Sport</B></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''"><img src="images/system/icons/clothing/organize.png" height="50"></a></TH></table></center>'
+	'<center><table><TH><a href="exec:gt ''wardrobe'', ''main''"><img src="images/system/icons/clothing/clothes.png" height="50"></a></TH><TH><B>Your Sets: Sport</B></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''"><img src="images/system/icons/clothing/organize.png" height="50"></a></TH></table></center>'
 	'<center><table><TH>Name</TH><TH>Outfit</TH><TH>Panties</TH><TH>Bra</TH><TH>Shoes</TH><TH>Coat</TH><TH>Purse</TH><TH></TH><TH></TH><TH></TH><TH></TH><TR>'
 
 	default_entry = 0
@@ -235,7 +232,7 @@ if $ARGS[0] = 'default_template':
 	clothing_default_page = ARGS[1]
 	gs 'stat'
 	
-	'<center><table><TH><a href="exec:gt ''wardrobe'', ''main''"><img src="images/system/icons/clothing/clothes.png" height="50"></TH><TH><B>Default sets: <<$default_entry[2]>></B></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''"><img src="images/system/icons/clothing/organize.png" height="50"></TH><TR><TD></TD><TD><center><a href="exec: gs ''wardrobe'', ''default_set_name''">Rename set</a></center></TD></table></center>'
+	'<center><table><TH><a href="exec:gt ''wardrobe'', ''main''"><img src="images/system/icons/clothing/clothes.png" height="50"></TH><TH><B>Your Sets: <<$default_entry[2]>></B></TH><TH><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''"><img src="images/system/icons/clothing/organize.png" height="50"></TH><TR><TD></TD><TD><center><a href="exec: gs ''wardrobe'', ''default_set_name''">Rename set</a></center></TD></table></center>'
 	'<center><table><TH>Name</TH><TH>Outfit</TH><TH>Panties</TH><TH>Bra</TH><TH>Shoes</TH><TH>Coat</TH><TH>Purse</TH><TH></TH><TH></TH><TH></TH><TH></TH><TR>'