|
@@ -405,6 +405,7 @@ if $ARGS[0] = 'view_clothing_list':
|
|
|
|
|
|
act 'Return': killvar '$ward_list_store' & gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
|
|
|
gs 'clothing', 'clothwidth'
|
|
|
+ end
|
|
|
|
|
|
if $ARGS[2] = 'exhibitshop':
|
|
|
$ward_list_store = $ARGS[2]
|
|
@@ -603,7 +604,7 @@ if $ARGS[0] = 'view_clothing_item':
|
|
|
dynamic $ARGS[2] + '[<<ARGS[3]>>] = 1'
|
|
|
if $ARGS[2] = 'cheap' or $ARGS[2] = 'office':
|
|
|
dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 70 + <<h>>'
|
|
|
- elseif $ARGS[2] = 'cats_dress' or if $ARGS[2] = 'cats_outfit' or if $ARGS[2] = 'flamingos_dress' or if $ARGS[2] = 'flamingos_outfit' or if $ARGS[2] = 'coco_dress' or if $ARGS[2] = 'coco_outfit':
|
|
|
+ elseif $ARGS[2] = 'cats_dress' or $ARGS[2] = 'cats_outfit' or $ARGS[2] = 'flamingos_dress' or $ARGS[2] = 'flamingos_outfit' or $ARGS[2] = 'coco_dress' or $ARGS[2] = 'coco_outfit':
|
|
|
dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 90 + <<h>>'
|
|
|
elseif $ARGS[2] = 'formal':
|
|
|
dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 15 + <<h>>'
|
|
@@ -634,7 +635,7 @@ if $ARGS[0] = 'view_clothing_item':
|
|
|
dynamic $ARGS[2] + '[<<ARGS[3]>>] = 1'
|
|
|
if $ARGS[2] = 'cheap' or $ARGS[2] = 'office':
|
|
|
dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 70 + <<h>>'
|
|
|
- elseif $ARGS[2] = 'cats_dress' or if $ARGS[2] = 'cats_outfit' or if $ARGS[2] = 'flamingos_dress' or if $ARGS[2] = 'flamingos_outfit' or if $ARGS[2] = 'coco_dress' or if $ARGS[2] = 'coco_outfit':
|
|
|
+ elseif $ARGS[2] = 'cats_dress' or $ARGS[2] = 'cats_outfit' or $ARGS[2] = 'flamingos_dress' or $ARGS[2] = 'flamingos_outfit' or $ARGS[2] = 'coco_dress' or $ARGS[2] = 'coco_outfit':
|
|
|
dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 90 + <<h>>'
|
|
|
elseif $ARGS[2] = 'formal':
|
|
|
dynamic $ARGS[2] + 'H[<<ARGS[3]>>] = 15 + <<h>>'
|