|
@@ -2,47 +2,51 @@
|
|
|
|
|
|
!!This is the main file for shoes, like clothes but for your feet.
|
|
|
|
|
|
-$shoe_list_line = {
|
|
|
- !! a single line in a shoe list (shoe rack, etc)
|
|
|
- !! ARGS 0 - action type (shoe rack, sell, store, forsale)
|
|
|
- !! ARGS 1 - shoe type
|
|
|
- !! ARGS 2 - shoe index
|
|
|
-
|
|
|
- gs 'themes', 'clothing', 1
|
|
|
-
|
|
|
- $RESULT = '<TR bgcolor='+$bgcolor+'>'
|
|
|
-
|
|
|
- if Enable_clothwidth > 0:
|
|
|
- shoe_temp = Enable_clothwidth - 1
|
|
|
- else
|
|
|
- shoe_temp = 75 & !shoe widdefault to 75
|
|
|
- end
|
|
|
- $RESULT +='<TD><a href="exec:gt ''shoes'', ''view_shoe_item'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>"><img src="<<FUNC(''$shoe_image'', $ARGS[1], ARGS[2])>>" width="<<shoe_temp>>"></a></TD>'
|
|
|
- killvar 'shoe_temp'
|
|
|
- gs 'shoe_attributes', $ARGS[1], ARGS[2]
|
|
|
-
|
|
|
- gs 'shoe_description2', $ARGS[2]
|
|
|
- $RESULT += '<TD><<FUNC(''$shoe_description'', $ARGS[1])>> <<ARGS[2]>></TD><TD><<$description>></TD>'
|
|
|
-
|
|
|
- if ShoStyle = 2:
|
|
|
- $RESULT += '<TD>Yes</TD>'
|
|
|
- else
|
|
|
- $RESULT += '<TD>No</TD>'
|
|
|
- end
|
|
|
-
|
|
|
- if ShoStyle = 1:
|
|
|
- $RESULT += '<TD>Yes</TD>'
|
|
|
- else
|
|
|
- $RESULT += '<TD>No</TD>'
|
|
|
- end
|
|
|
-
|
|
|
- $RESULT += '<TD><a href="exec:gt ''shoes'', ''view_shoe_item'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>">View</a></TD>'
|
|
|
+!!$shoe_list_line = {
|
|
|
+!! !! a single line in a shoe list (shoe rack, etc)
|
|
|
+!! !! ARGS 0 - action type (shoe rack, sell, store, forsale)
|
|
|
+!! !! ARGS 1 - shoe type
|
|
|
+!! !! ARGS 2 - shoe index
|
|
|
+!!
|
|
|
+!! gs 'themes', 'clothing', 1
|
|
|
+!!
|
|
|
+!! $RESULT = '<TR bgcolor='+$bgcolor+'>'
|
|
|
+!!
|
|
|
+!! if Enable_clothwidth > 0:
|
|
|
+!! shoe_temp = Enable_clothwidth - 1
|
|
|
+!! else
|
|
|
+!! shoe_temp = 75 & !shoe widdefault to 75
|
|
|
+!! end
|
|
|
+!! $RESULT +='<TD><a href="exec:gt ''shoes'', ''view_shoe_item'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>"><img src="<<FUNC(''$shoe_image'', $ARGS[1], ARGS[2])>>" width="<<shoe_temp>>"></a></TD>'
|
|
|
+!! killvar 'shoe_temp'
|
|
|
+!! gs 'shoe_attributes', $ARGS[1], ARGS[2]
|
|
|
+!!
|
|
|
+!! gs 'shoe_description2', $ARGS[2]
|
|
|
+!! $RESULT += '<TD><<FUNC(''$shoe_description'', $ARGS[1])>> <<ARGS[2]>></TD><TD><<$description>></TD>'
|
|
|
+!!
|
|
|
+!! if ShoStyle = 2:
|
|
|
+!! $RESULT += '<TD>Yes</TD>'
|
|
|
+!! else
|
|
|
+!! $RESULT += '<TD>No</TD>'
|
|
|
+!! end
|
|
|
+!!
|
|
|
+!! if ShoStyle = 1:
|
|
|
+!! $RESULT += '<TD>Yes</TD>'
|
|
|
+!! else
|
|
|
+!! $RESULT += '<TD>No</TD>'
|
|
|
+!! end
|
|
|
+!!
|
|
|
+!! $RESULT += '<TD><a href="exec:gt ''shoes'', ''view_shoe_item'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>">View</a></TD>'
|
|
|
+!!
|
|
|
+!! $RESULT += '<TD>'
|
|
|
+!! if sloc ! 1:$RESULT += ' <a href="exec:gt ''shoes'', ''dest1'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>">Storage</a><BR>'
|
|
|
+!! if sloc ! 0:$RESULT += ' <a href="exec:gt ''shoes'', ''dest0'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>">Wardrobe</a><BR>'
|
|
|
+!! if sloc ! 2:$RESULT += ' <a href="exec:gt ''shoes'', ''dest2'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>">Unwanted</a>'
|
|
|
+!! $RESULT += '</TD>'
|
|
|
+!!}
|
|
|
|
|
|
- $RESULT += '<TD>'
|
|
|
- if sloc ! 1:$RESULT += ' <a href="exec:gt ''shoes'', ''dest1'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>">Storage</a><BR>'
|
|
|
- if sloc ! 0:$RESULT += ' <a href="exec:gt ''shoes'', ''dest0'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>">Wardrobe</a><BR>'
|
|
|
- if sloc ! 2:$RESULT += ' <a href="exec:gt ''shoes'', ''dest2'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>">Unwanted</a>'
|
|
|
- $RESULT += '</TD>'
|
|
|
+$shoe_list_line = {
|
|
|
+ $RESULT +='<a href="exec:gt ''shoes'', ''view_shoe_item'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>>"><img src="<<FUNC(''$shoe_image'', $ARGS[1], ARGS[2])>>" height="200"></a>'
|
|
|
}
|
|
|
|
|
|
if $ARGS[0] = 'dest0':
|
|
@@ -78,7 +82,7 @@ if $ARGS[0] = 'view_shoe_list':
|
|
|
'<center><b>Select shoes to wear</b> *Bonus to attractiveness only applied in wardrobe and outdoors.</center>'
|
|
|
if $shoeworntype ! 'none':
|
|
|
act 'Remove shoes':
|
|
|
- gs 'shoes', 'strip'
|
|
|
+ gs 'shoes', 'remove'
|
|
|
gt 'shoes', 'view_shoe_list', $ARGS[1]
|
|
|
end
|
|
|
end
|
|
@@ -98,57 +102,81 @@ if $ARGS[0] = 'view_shoe_list':
|
|
|
|
|
|
$bgcolor='#f3f4ee'
|
|
|
|
|
|
- '<center><table border=0 cellspacing=0 cellpadding=5><TH></TH><TH>Shoe</TH><TH>Description</TH><TH>Bimbo</TH><TH>Stripper</TH><TH>Actions</TH>'
|
|
|
+ !!'<center><table border=0 cellspacing=0 cellpadding=5><TH></TH><TH>Shoe</TH><TH>Description</TH><TH>Bimbo</TH><TH>Stripper</TH><TH>Actions</TH>'
|
|
|
|
|
|
+ *nl
|
|
|
+ '<center><img src="images/locations/city/citycenter/mall/moncheri.png"></center>'
|
|
|
+ *nl
|
|
|
i = 1
|
|
|
:loopmoncheri_shoe
|
|
|
if moncheri_shoe[i] = 1 and moncheri_shoe_s[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'moncheri', i)
|
|
|
i += 1
|
|
|
if i <= 40:jump 'loopmoncheri_shoe'
|
|
|
|
|
|
+ *nl
|
|
|
+ '<center><img src="images/locations/city/citycenter/mall/pussycat.png"></center>'
|
|
|
+ *nl
|
|
|
i = 1
|
|
|
:loopcats_shoe
|
|
|
if cats_shoe[i] = 1 and cats_shoe_s[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'cats', i)
|
|
|
i += 1
|
|
|
if i <= 20:jump 'loopcats_shoe'
|
|
|
|
|
|
+ *nl
|
|
|
+ '<center><img src="images/locations/oldtown/bomba/shop_name.png"></center>'
|
|
|
+ *nl
|
|
|
i = 1
|
|
|
:loopbomba_shoe
|
|
|
if bomba_shoe[i] = 1 and bomba_shoe_s[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'bomba', i)
|
|
|
i += 1
|
|
|
if i <= 40:jump 'loopbomba_shoe'
|
|
|
|
|
|
+ *nl
|
|
|
+ '<center><img src="images/locations/city/island/dolls/shop_name.png"></center>'
|
|
|
+ *nl
|
|
|
i = 1
|
|
|
:loopdolls_shoe
|
|
|
if dolls_shoe[i] = 1 and dolls_shoe_s[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'dolls', i)
|
|
|
i += 1
|
|
|
if i <= 30:jump 'loopdolls_shoe'
|
|
|
|
|
|
+ *nl
|
|
|
+ '<center><img src="images/locations/city/citycenter/mall/gm.png"></center>'
|
|
|
+ *nl
|
|
|
i = 1
|
|
|
:loopgm_shoe
|
|
|
if gm_shoe[i] = 1 and gm_shoe_s[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'gm', i)
|
|
|
i += 1
|
|
|
if i <= 30:jump 'loopgm_shoe'
|
|
|
|
|
|
+ *nl
|
|
|
+ '<center><img src="images/locations/city/citycenter/sexshop/shop_name.png"></center>'
|
|
|
+ *nl
|
|
|
i = 1
|
|
|
:looperoto_shoe
|
|
|
if eroto_shoe[i] = 1 and eroto_shoe_s[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'eroto', i)
|
|
|
i += 1
|
|
|
if i <= 30:jump 'looperoto_shoe'
|
|
|
|
|
|
+ *nl
|
|
|
+ '<center><img src="images/locations/city/citycenter/mall/scandalicious.png"></center>'
|
|
|
+ *nl
|
|
|
i = 1
|
|
|
:loopscandalicious_shoe
|
|
|
if scandalicious_shoe[i] = 1 and scandalicious_shoe_s[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'scandalicious', i)
|
|
|
i += 1
|
|
|
if i <= 30:jump 'loopscandalicious_shoe'
|
|
|
|
|
|
+ *nl
|
|
|
+ '<center><img src="images/locations/city/citycenter/mall/sports.png"></center>'
|
|
|
+ *nl
|
|
|
i = 1
|
|
|
:loopdanilovich_shoe
|
|
|
if danilovich_shoe[i] = 1 and danilovich_shoe_s[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'danilovich', i)
|
|
|
i += 1
|
|
|
if i <= 40:jump 'loopdanilovich_shoe'
|
|
|
|
|
|
- '</table></center>'
|
|
|
+ !!'</table></center>'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'moncheri':
|
|
@@ -276,8 +304,8 @@ if $ARGS[0] = 'view_shoe_item':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'strip':
|
|
|
- if $shoeworntype = 'none': exit
|
|
|
+if $ARGS[0] = 'remove' or $ARGS[0] = 'strip':
|
|
|
+ if $shoesworntype = 'none': exit
|
|
|
|
|
|
$shoelastworntype = $shoeworntype
|
|
|
shoelastwornnumber = shoewornnumber
|
|
@@ -319,7 +347,7 @@ if $ARGS[0] = 'wear':
|
|
|
|
|
|
gs 'shoe_attributes', $ARGS[1], ARGS[2]
|
|
|
|
|
|
- dynamic '<<$ARGS[1]>>S[<<ARGS[2]>>] = 0'
|
|
|
+ dynamic '<<$ARGS[1]>>_shoe_s[<<ARGS[2]>>] = 0'
|
|
|
|
|
|
PShoQuality = ShoQuality
|
|
|
PShoHeels = ShoHeels
|