|
@@ -63,7 +63,7 @@ if $ARGS[0] = 'start':
|
|
|
'You wonder if you can sell them somewhere.'
|
|
|
else
|
|
|
mc_inventory['trinkets_garage'] += 1
|
|
|
- 'The storage space in your room is full, but you can still store it in your stepfather''s garage, ' + iif(mc_inventory['trinkets_garage'] < 100, 'along with probably another <<100 - mc_inventory['trinkets_garage']>>.', 'though it doesn''t look like there''s space for any more beyond that there either.')
|
|
|
+ 'The storage space in your room is full, but you can still store it in your stepfather''s garage, ' + iif(mc_inventory['trinkets_garage'] < 100, 'along with probably another <<100 - mc_inventory[''trinkets_garage'']>>.', 'though it doesn''t look like there''s space for any more beyond that there either.')
|
|
|
*nl
|
|
|
'You wonder how many you can sell at the train station.'
|
|
|
end
|