|
@@ -50,6 +50,17 @@ if $ARGS[0] = 'view_bodysuit_list':
|
|
|
!! Check for no bodysuits
|
|
|
j = 0
|
|
|
|
|
|
+ if ARRSIZE('moncheri_bodysuits') > 0:
|
|
|
+ j += 1
|
|
|
+ '<center><img src="images/locations/city/citycenter/mall/moncheri.png"></center>'
|
|
|
+ end
|
|
|
+
|
|
|
+ i = 1
|
|
|
+ :loopmoncheribodysuits
|
|
|
+ if moncheri_bodysuits_s[i] = metka_bodysuits and moncheri_bodysuits[i] = 1:*p '<a href="exec:gt ''underwear_bodysuits'', ''view_bodysuit_item'', ''<<$ARGS[1]>>'', ''moncheri'', <<i>>"><img src="images/pc/items/moncheri/bodysuits/<<i>>.jpg" height="150" /></a>'
|
|
|
+ i += 1
|
|
|
+ if i <= ARRSIZE('moncheri_bodysuits'):jump 'loopmoncheribodysuits'
|
|
|
+
|
|
|
if ARRSIZE('lusso_bodysuits') > 0:
|
|
|
j += 1
|
|
|
'<center><img src="images/locations/city/citycenter/mall/Lusso.png"></center>'
|
|
@@ -68,7 +79,7 @@ if $ARGS[0] = 'view_bodysuit_list':
|
|
|
|
|
|
i = 1
|
|
|
:loopsalaciousbodysuits
|
|
|
- if salacious_bodysuits_s[i] = metka_bodysuits and salacious_bodysuit[i] = 1:*p '<a href="exec:gt ''underwear_bodysuits'', ''view_bodysuit_item'', ''<<$ARGS[1]>>'', ''salacious'', <<i>>"><img src="images/pc/items/salacious/bodysuits/<<i>>.jpg" height="150" /></a>'
|
|
|
+ if salacious_bodysuits_s[i] = metka_bodysuits and salacious_bodysuits[i] = 1:*p '<a href="exec:gt ''underwear_bodysuits'', ''view_bodysuit_item'', ''<<$ARGS[1]>>'', ''salacious'', <<i>>"><img src="images/pc/items/salacious/bodysuits/<<i>>.jpg" height="150" /></a>'
|
|
|
i += 1
|
|
|
if i <= ARRSIZE('salacious_bodysuits'):jump 'loopsalaciousbodysuits'
|
|
|
|
|
@@ -83,7 +94,7 @@ if $ARGS[0] = 'view_bodysuit_list':
|
|
|
i += 1
|
|
|
if i <= ARRSIZE('scandalicious_bodysuits'):jump 'loopscandaliciousbodysuits'
|
|
|
|
|
|
- if j > 0:
|
|
|
+ if j = 0:
|
|
|
*nl
|
|
|
*nl
|
|
|
*nl
|