|
@@ -707,12 +707,12 @@ if $ARGS[0] = 'default_entry_set':
|
|
|
$defcoattype[i] = $coatworntype
|
|
|
defcoatnumber[i] = coatwornnumber
|
|
|
|
|
|
- $def_clothing_temp = '<<$def_clothing_name[i]>>'
|
|
|
+ $def_clothing_temp = $def_clothing_name[i]
|
|
|
$def_clothing_name[i] = input ('<center>Enter a name for this outfit set<br><font color="grey">Leaving blank will reuse current name.</font></center>')
|
|
|
if $def_clothing_name[i] = '' and $def_clothing_temp = '':
|
|
|
$def_clothing_name[i] = 'Custom <<i>>'
|
|
|
elseif $def_clothing_name[i] = '':
|
|
|
- $def_clothing_name[i] = '<<$def_clothing_temp>>'
|
|
|
+ $def_clothing_name[i] = $def_clothing_temp
|
|
|
end
|
|
|
gt 'wardrobe', $wloc
|
|
|
end
|
|
@@ -721,12 +721,12 @@ if $ARGS[0] = 'default_entry_rename':
|
|
|
gs 'stat'
|
|
|
i = ARGS[1]
|
|
|
|
|
|
- $def_clothing_temp = '<<$def_clothing_name[i]>>'
|
|
|
+ $def_clothing_temp = $def_clothing_name[i]
|
|
|
$def_clothing_name[i] = input ('<center>Enter a name for this outfit set<br><font color="grey">Leaving blank will reuse current name.</font></center>')
|
|
|
if $def_clothing_name[i] = '' and $def_clothing_temp = '':
|
|
|
$def_clothing_name[i] = 'Custom <<i>>'
|
|
|
elseif $def_clothing_name[i] = '':
|
|
|
- $def_clothing_name[i] = '<<$def_clothing_temp>>'
|
|
|
+ $def_clothing_name[i] = $def_clothing_temp
|
|
|
end
|
|
|
gt 'wardrobe', $wloc
|
|
|
end
|
|
@@ -758,7 +758,7 @@ if $ARGS[0] = 'default_entry_up':
|
|
|
tempcurrentpursenumber = defpursenumber[i]
|
|
|
$tempcurrentcoattype = $defcoattype[i]
|
|
|
tempcurrentcoatnumber = defcoatnumber[i]
|
|
|
- $def_clothing_temp = '<<$def_clothing_name[i]>>'
|
|
|
+ $def_clothing_temp = $def_clothing_name[i]
|
|
|
|
|
|
$defclothingtype[i] = $defclothingtype[j]
|
|
|
defclothingnumber[i] = defclothingnumber[j]
|
|
@@ -781,7 +781,7 @@ if $ARGS[0] = 'default_entry_up':
|
|
|
defpursenumber[i] = defpursenumber[j]
|
|
|
$defcoattype[i] = $defcoattype[j]
|
|
|
defcoatnumber[i] = defcoatnumber[j]
|
|
|
- $def_clothing_name[i] = '<<$def_clothing_name[j]>>'
|
|
|
+ $def_clothing_name[i] = $def_clothing_name[j]
|
|
|
|
|
|
$defclothingtype[j] = $tempclothingworntype
|
|
|
defclothingnumber[j] = tempclothingwornnumber
|
|
@@ -800,7 +800,7 @@ if $ARGS[0] = 'default_entry_up':
|
|
|
defpursenumber[j] = tempcurrentpursenumber
|
|
|
$defcoattype[j] = $tempcurrentcoattype
|
|
|
defcoatnumber[j] = tempcurrentcoatnumber
|
|
|
- $def_clothing_name[j] = '<<$def_clothing_temp>>'
|
|
|
+ $def_clothing_name[j] = $def_clothing_temp
|
|
|
|
|
|
gt 'wardrobe', $wloc
|
|
|
end
|
|
@@ -827,7 +827,7 @@ if $ARGS[0] = 'default_entry_down':
|
|
|
tempcurrentpursenumber = defpursenumber[i]
|
|
|
$tempcurrentcoattype = $defcoattype[i]
|
|
|
tempcurrentcoatnumber = defcoatnumber[i]
|
|
|
- $def_clothing_temp = '<<$def_clothing_name[i]>>'
|
|
|
+ $def_clothing_temp = $def_clothing_name[i]
|
|
|
|
|
|
$defclothingtype[i] = $defclothingtype[j]
|
|
|
defclothingnumber[i] = defclothingnumber[j]
|
|
@@ -841,7 +841,7 @@ if $ARGS[0] = 'default_entry_down':
|
|
|
defpursenumber[i] = defpursenumber[j]
|
|
|
$defcoattype[i] = $defcoattype[j]
|
|
|
defcoatnumber[i] = defcoatnumber[j]
|
|
|
- $def_clothing_name[i] = '<<$def_clothing_name[j]>>'
|
|
|
+ $def_clothing_name[i] = $def_clothing_name[j]
|
|
|
|
|
|
$defclothingtype[j] = $tempclothingworntype
|
|
|
defclothingnumber[j] = tempclothingwornnumber
|
|
@@ -855,7 +855,7 @@ if $ARGS[0] = 'default_entry_down':
|
|
|
defpursenumber[j] = tempcurrentpursenumber
|
|
|
$defcoattype[j] = $tempcurrentcoattype
|
|
|
defcoatnumber[j] = tempcurrentcoatnumber
|
|
|
- $def_clothing_name[j] = '<<$def_clothing_temp>>'
|
|
|
+ $def_clothing_name[j] = $def_clothing_temp
|
|
|
|
|
|
gt 'wardrobe', $wloc
|
|
|
end
|
|
@@ -864,27 +864,23 @@ if $ARGS[0] = 'default_entry_delete':
|
|
|
gs 'stat'
|
|
|
i = ARGS[1]
|
|
|
$defclothingtype[i] = ''
|
|
|
- defclothingnumber[i] = ''
|
|
|
- defunderwear[i] = ''
|
|
|
+ defclothingnumber[i] = 0
|
|
|
+ defunderwear[i] = 0
|
|
|
$defbodysuittype[i] = ''
|
|
|
- defbodysuitnumber[i] = ''
|
|
|
+ defbodysuitnumber[i] = 0
|
|
|
$defbratype[i] = ''
|
|
|
- defbranumber[i] = ''
|
|
|
+ defbranumber[i] = 0
|
|
|
$defpantytype[i] = ''
|
|
|
- defpantynumber[i] = ''
|
|
|
+ defpantynumber[i] = 0
|
|
|
$defshoetype[i] = ''
|
|
|
- defshoenumber[i] = ''
|
|
|
+ defshoenumber[i] = 0
|
|
|
$defpursetype[i] = ''
|
|
|
- defpursenumber[i] = ''
|
|
|
+ defpursenumber[i] = 0
|
|
|
$defcoattype[i] = ''
|
|
|
- defcoatnumber[i] = ''
|
|
|
+ defcoatnumber[i] = 0
|
|
|
$def_clothing_name[i] = ''
|
|
|
- if default_sport_number = i:
|
|
|
- default_sport_number = 0
|
|
|
- end
|
|
|
- if default_school_number = i:
|
|
|
- default_school_number = 0
|
|
|
- end
|
|
|
+ if default_sport_number = i: default_sport_number = 0
|
|
|
+ if default_school_number = i: default_school_number = 0
|
|
|
gt 'wardrobe', $wloc
|
|
|
end
|
|
|
|