|
@@ -69,7 +69,7 @@ if $ARGS[0] = 'hunter_stand':
|
|
|
exit
|
|
|
end
|
|
|
|
|
|
- '<center><img <<$set_imgh>> src="images/location/gadukino/market/hunter_stand.jpg"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/gadukino/market/hunter_stand.jpg"></center>'
|
|
|
'A small stand selling dried meat'
|
|
|
|
|
|
if hunters_were_met = 1: act 'Talk to one of the hunters': gt 'gad_market', 'hunter_talk'
|
|
@@ -85,7 +85,6 @@ if $ARGS[0] = 'hunter_cart':
|
|
|
$args_s = 'hunter_cart'
|
|
|
gs 'stat'
|
|
|
|
|
|
- $backimage='images/location/gadukino/market/hunter_stand.jpg'
|
|
|
|
|
|
if hour < 8 or hour > 20:
|
|
|
'The shop is currently closed.'
|
|
@@ -98,6 +97,8 @@ if $ARGS[0] = 'hunter_cart':
|
|
|
gs 'stat'
|
|
|
gs 'themes', 'outdoors'
|
|
|
|
|
|
+ $backimage='images/locations/gadukino/market/hunter_stand.jpg'
|
|
|
+
|
|
|
act 'Exit shopping cart': $backimage = '' & gt 'gad_market', 'hunter_stand'
|
|
|
act 'Leave the stand': minut += 1 & gt 'gad_market', 'start'
|
|
|
end
|
|
@@ -108,7 +109,7 @@ if $ARGS[0] = 'clothing_stand':
|
|
|
$loc_s = 'gad_market'
|
|
|
$args_s = 'clothing_stand'
|
|
|
|
|
|
- '<center><img <<$set_imgh>> src="images/location/gadukino/market/clothing_stand.jpg"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/gadukino/market/clothing_stand.jpg"></center>'
|
|
|
'A small stand selling cheap clothes'
|
|
|
|
|
|
if hour < 8 or hour > 20:
|