|
@@ -101,7 +101,7 @@ end
|
|
! [4] - link type - shop, wardrode, cheat
|
|
! [4] - link type - shop, wardrode, cheat
|
|
! [5] - loop index start offset
|
|
! [5] - loop index start offset
|
|
! Populate the 'shop_display_exceptions[]' array with the index of the outfits you want excluded from the display.
|
|
! Populate the 'shop_display_exceptions[]' array with the index of the outfits you want excluded from the display.
|
|
-! gt 'shop_utils', 'display_clothes', 'shop_type', 1, 'path', 'link_type'
|
|
|
|
|
|
+! gs 'shop_utils', 'display_clothes', 'shop_type', 1, 'path', 'link_type'
|
|
if $ARGS[0] = 'display_clothes':
|
|
if $ARGS[0] = 'display_clothes':
|
|
$shop_display['variable'] = $ARGS[1]
|
|
$shop_display['variable'] = $ARGS[1]
|
|
|
|
|
|
@@ -140,7 +140,7 @@ if $ARGS[0] = 'display_clothes':
|
|
killvar 'shop_display'
|
|
killvar 'shop_display'
|
|
end
|
|
end
|
|
|
|
|
|
-! gt 'shop_utils', 'display_shoes', 'shop', 1, 'path', 'link_type'
|
|
|
|
|
|
+! gs 'shop_utils', 'display_shoes', 'shop', 1, 'path', 'link_type'
|
|
if $ARGS[0] = 'display_shoes':
|
|
if $ARGS[0] = 'display_shoes':
|
|
$shop_display['variable'] = $ARGS[1]
|
|
$shop_display['variable'] = $ARGS[1]
|
|
|
|
|
|
@@ -179,7 +179,7 @@ if $ARGS[0] = 'display_shoes':
|
|
killvar 'shop_display'
|
|
killvar 'shop_display'
|
|
end
|
|
end
|
|
|
|
|
|
-! gt 'shop_utils', 'display_bras', 'shop', 1, 'path', 'link_type'
|
|
|
|
|
|
+! gs 'shop_utils', 'display_bras', 'shop', 1, 'path', 'link_type'
|
|
if $ARGS[0] = 'display_bras':
|
|
if $ARGS[0] = 'display_bras':
|
|
$shop_display['variable'] = $ARGS[1]
|
|
$shop_display['variable'] = $ARGS[1]
|
|
|
|
|
|
@@ -218,7 +218,7 @@ if $ARGS[0] = 'display_bras':
|
|
killvar 'shop_display'
|
|
killvar 'shop_display'
|
|
end
|
|
end
|
|
|
|
|
|
-! gt 'shop_utils', 'display_panties', 'shop', 1, 'path', 'link_type'
|
|
|
|
|
|
+! gs 'shop_utils', 'display_panties', 'shop', 1, 'path', 'link_type'
|
|
if $ARGS[0] = 'display_panties':
|
|
if $ARGS[0] = 'display_panties':
|
|
$shop_display['variable'] = $ARGS[1]
|
|
$shop_display['variable'] = $ARGS[1]
|
|
|
|
|
|
@@ -257,7 +257,7 @@ if $ARGS[0] = 'display_panties':
|
|
killvar 'shop_display'
|
|
killvar 'shop_display'
|
|
end
|
|
end
|
|
|
|
|
|
-! gt 'shop_utils', 'display_bodysuits', 'shop', 1, 'path', 'link_type'
|
|
|
|
|
|
+! gs 'shop_utils', 'display_bodysuits', 'shop', 1, 'path', 'link_type'
|
|
if $ARGS[0] = 'display_bodysuits':
|
|
if $ARGS[0] = 'display_bodysuits':
|
|
$shop_display['variable'] = $ARGS[1]
|
|
$shop_display['variable'] = $ARGS[1]
|
|
|
|
|
|
@@ -296,7 +296,7 @@ if $ARGS[0] = 'display_bodysuits':
|
|
killvar 'shop_display'
|
|
killvar 'shop_display'
|
|
end
|
|
end
|
|
|
|
|
|
-! gt 'shop_utils', 'display_coats', 'shop', 1, 'path', 'link_type'
|
|
|
|
|
|
+! gs 'shop_utils', 'display_coats', 'shop', 1, 'path', 'link_type'
|
|
if $ARGS[0] = 'display_coats':
|
|
if $ARGS[0] = 'display_coats':
|
|
$shop_display['variable'] = $ARGS[1]
|
|
$shop_display['variable'] = $ARGS[1]
|
|
|
|
|
|
@@ -334,7 +334,7 @@ if $ARGS[0] = 'display_coats':
|
|
killvar 'shop_display'
|
|
killvar 'shop_display'
|
|
end
|
|
end
|
|
|
|
|
|
-! gt 'shop_utils', 'display_purses', 'shop', 1, 'path', 'link_type'
|
|
|
|
|
|
+! gs 'shop_utils', 'display_purses', 'shop', 1, 'path', 'link_type'
|
|
if $ARGS[0] = 'display_purses':
|
|
if $ARGS[0] = 'display_purses':
|
|
$shop_display['variable'] = $ARGS[1]
|
|
$shop_display['variable'] = $ARGS[1]
|
|
|
|
|