-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshop.cmd
More file actions
673 lines (656 loc) · 21.9 KB
/
Copy pathshop.cmd
File metadata and controls
673 lines (656 loc) · 21.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
action goto end when ^There is nothing to buy here
put #window open shopWindow
put #window show shopWindow
var altar 0
var armoir 0
var bale 0
var bar 0
var barn 0
var barrel 0
var basket 0
var bedroll 0
var bench 0
var belt 0
var bin 0
var block 0
var blossom 0
var boar 0
var board 0
var bookcase 0
var bookend 0
var bookshelf 0
var bookshelves 0
var bookstand 0
var box 0
var branch 0
var breakfront 0
var broomstick 0
var bucket 0
var buffet 0
var bull 0
var bureau 0
var bust 0
var butterflies 0
var butterfly 0
var cabinet 0
var caddy 0
var carpet 0
var cart 0
var carton 0
var case 0
var cask 0
var casket 0
var catak 0
var catalog 0
var cauldron 0
var cellaret 0
var chair 0
var chest 0
var closet 0
var cloud 0
var coffer 0
var coffin 0
var column 0
var container 0
var canister 0
var cord 0
var cornucopia 0
var corral 0
var cot 0
var counter 0
var credenza 0
var cradle 0
var crate 0
var cupboard 0
var cushion 0
var curio 0
var dais 0
var desk 0
var display 0
var drawer 0
var dresser 0
var drum 0
var dummies 0
var dummy 0
var easel 0
var endtable 0
var fence 0
var figure 0
var firepit 0
var footlocker 0
var footstool 0
var footrest 0
var fountain 0
var framework 0
var garderobe 0
var gear 0
var goblin 0
var gourd 0
var grinder 0
var hand 0
var hanger 0
var hamper 0
var hatstand 0
var hay 0
var head 0
var heap 0
var highboy 0
var hole 0
var holder 0
var hook 0
var hooks 0
var horse 0
var hutch 0
var jar 0
var keg 0
var lattice 0
var lamp 0
var locker 0
var lockbox 0
var log 0
var lowboy 0
var mannequin 0
var mantel 0
var mantle 0
var monument 0
var moon 0
var net 0
var niche 0
var ogre 0
var ottoman 0
var pail 0
var palette 0
var pallet 0
var panel 0
var peccaries 0
var peccary 0
var pedestal 0
var peg 0
var pegboard 0
var pew 0
var pilaster 0
var pillow 0
var pile 0
var pipe 0
var pit 0
var plank 0
var planter 0
var plant 0
var platter 0
var plinth 0
var podium 0
var pole 0
var post 0
var portrait 0
var pumpkin 0
var quilt 0
var rack 0
var rope 0
var rug 0
var sack 0
var salver 0
var sawhorse 0
var sculpture 0
var shelf 0
var shell 0
var shelves 0
var showcase 0
var sidebar 0
var sideboard 0
var skeleton 0
var skippet 0
var spittoon 0
var stable 0
var stand 0
var star 0
var statue 0
var stool 0
var stove 0
var strongbox 0
var stump 0
var sun 0
var table 0
var tentacle 0
var tomb 0
var tray 0
var tree 0
var trestle 0
var trough 0
var trunk 0
var turtle 0
var urn 0
var valet 0
var vanities 0
var vanity 0
var vat 0
var wall 0
var wardrobe 0
var waterwheel 0
var web 0
var webbing 0
var wheelbarrow 0
var window 0
var workbench 0
var worktable 0
action var altar 1 when \baltare?s?\b
action var armoir 1 when \barmoire?s?\b
action var bale 1 when \bbalee?s?\b
action var bar 1 when \bbare?s?\b
action var barn 1 when \bbarne?s?\b
action var barrel 1 when \bbarrele?s?\b
action var barrel 1 when \bbarrele?s?\b
action var barrel 1 when \bbarrele?s?\b
action var barrel 1 when \bbarrele?s?\b
action var basket 1 when \bbaskete?s?\b
action var bedroll 1 when \bbedrolle?s?\b
action var bench 1 when \bbenche?s?\b
action var belt 1 when \bbelt?s?\b
action var bin 1 when \bbine?s?\b
action var block 1 when \bblocke?s?\b
action var blossom 1 when \bblossome?s?\b
action var boar 1 when \bboare?s?\b
action var board 1 when \bboarde?s?\b
action var bookcase 1 when \bbookcasee?s?\b
action var bookend 1 when \bbookend?s?\b
action var bookshelf 1 when \bbookshelfe?s?\b
action var bookshelves 1 when \bbookshelves\b
action var bookstand 1 when \bbookstande?s?\b
action var box 1 when \bboxe?s?\b
action var branch 1 when \bbranche?s?\b
action var breakfront 1 when \bbreakfronte?s?\b
action var broomstick 1 when \bbroomsticke?s?\b
action var bucket 1 when \bbuckete?s?\b
action var buffet 1 when \bbuffete?s?\b
action var bull 1 when \bbulle?s?\b
action var bureau 1 when \bbureaue?s?\b
action var bust 1 when \bbuste?s?\b
action var butterflies 1 when \bbutterflies\b
action var butterfly 1 when \bbutterflye?s?\b
action var cabinet 1 when \bcabinete?s?\b
action var caddy 1 when \bcaddy?s?\b
action var canister 1 when \bcanister?s?\b
action var carpet 1 when \bcarpete?s?\b
action var cart 1 when \bcarte?s?\b
action var carton 1 when \bcartone?s?\b
action var case 1 when \bcasee?s?\b
action var cask 1 when \bcask?s?\b
action var casket 1 when \bcasket?s?\b
action var catak 1 when \bcatak?s?\b
action var catalog 1 when \bcataloge?s?\b
action var cauldron 1 when \bcauldrone?s?\b
action var cellaret 1 when \bcellaret?s?\b
action var chair 1 when \bchaire?s?\b
action var chest 1 when \bcheste?s?\b
action var closet 1 when \bclosete?s?\b
action var cloud 1 when \bcloude?s?\b
action var coffer 1 when \bcoffere?s?\b
action var coffin 1 when \bcoffin?s?\b
action var container 1 when \bcontainere?s?\b
action var column 1 when \bcolumn?s?\b
action var cord 1 when \bcorde?s?\b
action var cornucopia 1 when \bcornucopiae?s?\b
action var corral 1 when \bcorrale?s?\b
action var cot 1 when \bcote?s?\b
action var counter 1 when \bcountere?s?\b
action var cradle 1 when \bcradlee?s?\b
action var crate 1 when \bcratee?s?\b
action var credenza 1 when \bcredenza?s?\b
action var cupboard 1 when \bcupboarde?s?\b
action var cushion 1 when \bcushione?s?\b
action var curio 1 when \bcurio?s?\b
action var dais 1 when \bdais\b
action var desk 1 when \bdesk?s?\b
action var display 1 when \bdisplaye?s?\b
action var drawer 1 when \bdrawere?s?\b
action var dresser 1 when \bdressere?s?\b
action var drum 1 when \bdrume?s?\b
action var dummies 1 when \bdummies\b
action var dummy 1 when \bdummye?s?\b
action var easel 1 when \beasele?s?\b
action var endtable 1 when \bendtablee?s?\b
action var fence 1 when \bfencee?s?\b
action var figure 1 when \bfigure?s?\b
action var firepit 1 when \bfirepite?s?\b
action var footlocker 1 when \bfootlockere?s?\b
action var footstool 1 when \bfootstools?\b
action var footrest 1 when \bfootreste?s?\b
action var fountain 1 when \bfountaine?s?\b
action var framework 1 when \bframeworke?s?\b
action var gear 1 when \bclockwork gear ?s?\b
action var garderobe 1 when \bgarderobee?s?\b
action var goblin 1 when \bgobline?s?\b
action var gourd 1 when \bgourde?s?\b
action var grinder 1 when \bgrindere?s?\b
action var hand 1 when \bhande?s?\b
action var hanger 1 when \bhangere?s?\b
action var hamper 1 when \bhamper?s?\b
action var hatstand 1 when \bhatstande?s?\b
action var hay 1 when \bhay?s?\b
action var head 1 when \bheade?s?\b
action var heap 1 when \bheap?s?\b
action var highboy 1 when \bhighboye?s?\b
action var hole 1 when \bholee?s?\b
action var hook 1 when \bhooks?\b
action var hooks 1 when \bhooks\b
action var holder 1 when \bholder?s?\b
action var hutch 1 when \bhutche?s?\b
action var horse 1 when \bhorsee?s?\b
action var jar 1 when \bjare?s?\b
action var keg 1 when \bkege?s?\b
action var lamp 1 when \blamp?s?\b
action var lattice 1 when \blatticee?s?\b
action var locker 1 when \blockere?s?\b
action var lockbox 1 when \blockbox?s?\b
action var log 1 when \blog?s?\b
action var lowboy 1 when \blowboye?s?\b
action var mannequin 1 when \bmannequine?s?\b
action var mantel 1 when \bmantele?s?\b
action var mantle 1 when \bmantlee?s?\b
action var monument 1 when \bmmonument?s?\b
action var moon 1 when \bmoone?s?\b
action var net 1 when \bnete?s?\b
action var niche 1 when \bnichee?s?\b
action var ogre 1 when \bogree?s?\b
action var ottoman 1 when \bottoman?s?\b
action var pail 1 when \bpaile?s?\b
action var palette 1 when \bpalette?s?\b
action var pallet 1 when \bpallete?s?\b
action var panel 1 when \bpanele?s?\b
action var peccaries 1 when \bpeccaries\b
action var peccary 1 when \bpeccarye?s?\b
action var pedestal 1 when \bpedestale?s?\b
action var peg 1 when \bpege?s?\b
action var pegboard 1 when \bpegboarde?s?\b
action var pew 1 when \bpewe?s?\b
action var pillow 1 when \bpillowe?s?\b
action var pile 1 when \bpile?s?\b
action var pipe 1 when \bpipee?s?\b
action var pit 1 when \bpite?s?\b
action var plank 1 when \bplanke?s?\b
action var pilaster 1 when \bpilasters?\b
action var plant 1 when \bplant?s?\b
action var planter 1 when \bplantere?s?\b
action var platter 1 when \bplattere?s?\b
action var plinth 1 when \bplinthe?s?\b
action var podium 1 when \bpodiume?s?\b
action var pole 1 when \bpolee?s?\b
action var post 1 when \bposte?s?\b
action var portrait 1 when \bportrait?s?\b
action var pumpkin 1 when \bpumpkine?s?\b
action var quilt 1 when \bquilte?s?\b
action var rack 1 when \bracke?s?\b
action var rope 1 when \bropee?s?\b
action var rug 1 when \bruge?s?\b
action var sack 1 when \bsack?s?\b
action var salver 1 when \bsalvere?s?\b
action var sawhorse 1 when \bsawhorsee?s?\b
action var sculpture 1 when \bsculpture?s?\b
action var shelf 1 when \bshelfe?s?\b
action var shell 1 when \bshelle?s?\b
action var shelves 1 when \bshelves\b
action var showcase 1 when \bshowcasee?s?\b
action var sidebar 1 when \bsidebare?s?\b
action var sideboard 1 when \bsideboarde?s?\b
action var skeleton 1 when \bskeletone?s?\b
action var skippet 1 when \bskippete?s?\b
action var spittoon 1 when \bspittoone?s?\b
action var stable 1 when \bstablee?s?\b
action var stand 1 when \bstande?s?\b
action var star 1 when \bstare?s?\b
action var statue 1 when \bstatues?\b
action var stool 1 when \bstoole?s?\b
action var stove 1 when \bstovee?s?\b
action var stove 1 when \bstovee?s?\b
action var strongbox 1 when \bstrongbox?s?\b
action var sun 1 when \bsune?s?\b
action var table 1 when \btablee?s?\b
action var tentacle 1 when \btentacle?s?\b
action var tomb 1 when \btombe?s?\b
action var tray 1 when \btraye?s?\b
action var tree 1 when \btreee?s?\b
action var trestle 1 when \btrestlee?s?\b
action var trough 1 when \btroughe?s?\b
action var trunk 1 when \btrunke?s?\b
action var turtle 1 when \bturtlee?s?\b
action var urn 1 when \burne?s?\b
action var valet 1 when \bvalete?s?\b
action var vanities 1 when \bvanities\b
action var vanity 1 when \bvanitye?s?\b
action var vat 1 when \bvate?s?\b
action var wall 1 when \bwalle?s?\b
action var wardrobe 1 when \bwardrobee?s?\b
action var waterwheel 1 when \bwaterwheele?s?\b
action var web 1 when \bwebe?s?\b
action var webbing 1 when \bwebbinge?s?\b
action var wheelbarrow 1 when \bwheelbarrow?s?\b
action var window 1 when \bwindow?s?\b
action var workbench 1 when \bworkbenche?s?\b
action var worktable 1 when \bworktablee?s?\b
send shop
waitforre ^The following items contain goods for sale:
startshop:
if %altar = 1 then gosub CHECK_ITEM altar
if %armoir = 1 then gosub CHECK_ITEM armoir
if %bale = 1 then gosub CHECK_ITEM bale
if %bar = 1 then gosub CHECK_ITEM bar
if %barn = 1 then gosub CHECK_ITEM barn
if %barrel = 1 then gosub CHECK_ITEM barrel
if %basket = 1 then gosub CHECK_ITEM basket
if %bedroll = 1 then gosub CHECK_ITEM bedroll
if %bench = 1 then gosub CHECK_ITEM bench
if %belt = 1 then gosub CHECK_ITEM belt
if %bin = 1 then gosub CHECK_ITEM bin
if %block = 1 then gosub CHECK_ITEM block
if %blossom = 1 then gosub CHECK_ITEM blossom
if %boar = 1 then gosub CHECK_ITEM boar
if %board = 1 then gosub CHECK_ITEM board
if %bookcase = 1 then gosub CHECK_ITEM bookcase
if %bookend = 1 then gosub CHECK_ITEM bookend
if %bookshelf = 1 then gosub CHECK_ITEM bookshelf
if %bookshelves = 1 then gosub CHECK_ITEM bookshelves
if %bookstand = 1 then gosub CHECK_ITEM bookstand
if %box = 1 then gosub CHECK_ITEM box
if %branch = 1 then gosub CHECK_ITEM branch
if %breakfront = 1 then gosub CHECK_ITEM breakfront
if %broomstick = 1 then gosub CHECK_ITEM broomstick
if %bucket = 1 then gosub CHECK_ITEM bucket
if %buffet = 1 then gosub CHECK_ITEM buffet
if %bull = 1 then gosub CHECK_ITEM bull
if %bureau = 1 then gosub CHECK_ITEM bureau
if %bust = 1 then gosub CHECK_ITEM bust
if %butterflies = 1 then gosub CHECK_ITEM butterflies
if %butterfly = 1 then gosub CHECK_ITEM butterfly
if %cabinet = 1 then gosub CHECK_ITEM cabinet
if %canister = 1 then gosub CHECK_ITEM canister
if %carpet = 1 then gosub CHECK_ITEM carpet
if %cart = 1 then gosub CHECK_ITEM cart
if %caddy = 1 then gosub CHECK_ITEM caddy
if %carton = 1 then gosub CHECK_ITEM carton
if %case = 1 then gosub CHECK_ITEM case
if %cask = 1 then gosub CHECK_ITEM cask
if %casket = 1 then gosub CHECK_ITEM casket
if %catak = 1 then gosub CHECK_ITEM catak
if %catalog = 1 then gosub CHECK_ITEM catalog
if %cauldron = 1 then gosub CHECK_ITEM cauldron
if %cellaret = 1 then gosub CHECK_ITEM cellaret
if %chair = 1 then gosub CHECK_ITEM chair
if %chest = 1 then gosub CHECK_ITEM chest
if %closet = 1 then gosub CHECK_ITEM closet
if %cloud = 1 then gosub CHECK_ITEM cloud
if %coffer = 1 then gosub CHECK_ITEM coffer
if %coffin = 1 then gosub CHECK_ITEM coffin
if %container = 1 then gosub CHECK_ITEM container
if %column = 1 then gosub CHECK_ITEM column
if %cord = 1 then gosub CHECK_ITEM cord
if %cornucopia = 1 then gosub CHECK_ITEM cornucopia
if %corral = 1 then gosub CHECK_ITEM corral
if %cot = 1 then gosub CHECK_ITEM cot
if %counter = 1 then gosub CHECK_ITEM counter
if %cradle = 1 then gosub CHECK_ITEM cradle
if %credenza = 1 then gosub CHECK_ITEM credenza
if %crate = 1 then gosub CHECK_ITEM crate
if %cupboard = 1 then gosub CHECK_ITEM cupboard
if %cushion = 1 then gosub CHECK_ITEM cushion
if %curio = 1 then gosub CHECK_ITEM curio
if %dais = 1 then gosub CHECK_ITEM dais
if %desk = 1 then gosub CHECK_ITEM desk
if %display = 1 then gosub CHECK_ITEM display
if %drawer = 1 then gosub CHECK_ITEM drawer
if %dresser = 1 then gosub CHECK_ITEM dresser
if %drum = 1 then gosub CHECK_ITEM drum
if %dummies = 1 then gosub CHECK_ITEM dummies
if %dummy = 1 then gosub CHECK_ITEM dummy
if %easel = 1 then gosub CHECK_ITEM easel
if %endtable = 1 then gosub CHECK_ITEM endtable
if %fence = 1 then gosub CHECK_ITEM fence
if %figure = 1 then gosub CHECK_ITEM figure
if %firepit = 1 then gosub CHECK_ITEM firepit
if %footstool = 1 then gosub CHECK_ITEM footstool
if %footlocker = 1 then gosub CHECK_ITEM footlocker
if %footrest = 1 then gosub CHECK_ITEM footrest
if %fountain = 1 then gosub CHECK_ITEM fountain
if %framework = 1 then gosub CHECK_ITEM framework
if %garderobe = 1 then gosub CHECK_ITEM garderobe
if %gear = 1 then gosub CHECK_ITEM gear
if %goblin = 1 then gosub CHECK_ITEM goblin
if %gourd = 1 then gosub CHECK_ITEM gourd
if %grinder = 1 then gosub CHECK_ITEM grinder
if %hand = 1 then gosub CHECK_ITEM hand
if %hanger = 1 then gosub CHECK_ITEM hanger
if %hamper = 1 then gosub CHECK_ITEM hamper
if %hatstand = 1 then gosub CHECK_ITEM hatstand
if %hay = 1 then gosub CHECK_ITEM hay
if %head = 1 then gosub CHECK_ITEM head
if %heap = 1 then gosub CHECK_ITEM heap
if %highboy = 1 then gosub CHECK_ITEM highboy
if %hole = 1 then gosub CHECK_ITEM hole
if %holder = 1 then gosub CHECK_ITEM holder
if %hook = 1 then gosub CHECK_ITEM hook
if %hooks = 1 then gosub CHECK_ITEM hooks
if %horse = 1 then gosub CHECK_ITEM horse
if %hutch = 1 then gosub CHECK_ITEM hutch
if %jar = 1 then gosub CHECK_ITEM jar
if %keg = 1 then gosub CHECK_ITEM keg
if %lattice = 1 then gosub CHECK_ITEM lattice
if %lamp = 1 then gosub CHECK_ITEM lamp
if %locker = 1 then gosub CHECK_ITEM locker
if %lockbox = 1 then gosub CHECK_ITEM lockbox
if %log = 1 then gosub CHECK_ITEM log
if %lowboy = 1 then gosub CHECK_ITEM lowboy
if %mannequin = 1 then gosub CHECK_ITEM mannequin
if %mantel = 1 then gosub CHECK_ITEM mantel
if %mantle = 1 then gosub CHECK_ITEM mantle
if %monument = 1 then gosub CHECK_ITEM monument
if %moon = 1 then gosub CHECK_ITEM moon
if %net = 1 then gosub CHECK_ITEM net
if %niche = 1 then gosub CHECK_ITEM niche
if %ogre = 1 then gosub CHECK_ITEM ogre
if %ottoman = 1 then gosub CHECK_ITEM ottoman
if %pail = 1 then gosub CHECK_ITEM pail
if %palette = 1 then gosub CHECK_ITEM palette
if %pallet = 1 then gosub CHECK_ITEM pallet
if %panel = 1 then gosub CHECK_ITEM panel
if %peccaries = 1 then gosub CHECK_ITEM peccaries
if %peccary = 1 then gosub CHECK_ITEM peccary
if %pedestal = 1 then gosub CHECK_ITEM pedestal
if %peg = 1 then gosub CHECK_ITEM peg
if %pegboard = 1 then gosub CHECK_ITEM pegboard
if %pew = 1 then gosub CHECK_ITEM pew
if %pilaster = 1 then gosub CHECK_ITEM pilaster
if %pillow = 1 then gosub CHECK_ITEM pillow
if %pile = 1 then gosub CHECK_ITEM pile
if %pipe = 1 then gosub CHECK_ITEM pipe
if %pit = 1 then gosub CHECK_ITEM pit
if %plank = 1 then gosub CHECK_ITEM plank
if %planter = 1 then gosub CHECK_ITEM planter
if %plant = 1 then gosub CHECK_ITEM plant
if %platter = 1 then gosub CHECK_ITEM platter
if %plinth = 1 then gosub CHECK_ITEM plinth
if %podium = 1 then gosub CHECK_ITEM podium
if %pole = 1 then gosub CHECK_ITEM pole
if %portrait = 1 then gosub CHECK_ITEM portrait
if %post = 1 then gosub CHECK_ITEM post
if %pumpkin = 1 then gosub CHECK_ITEM pumpkin
if %quilt = 1 then gosub CHECK_ITEM quilt
if %rack = 1 then gosub CHECK_ITEM rack
if %rope = 1 then gosub CHECK_ITEM rope
if %rug = 1 then gosub CHECK_ITEM rug
if %sack = 1 then gosub CHECK_ITEM sack
if %salver = 1 then gosub CHECK_ITEM salver
if %sawhorse = 1 then gosub CHECK_ITEM sawhorse
if %sculpture = 1 then gosub CHECK_ITEM sculpture
if %shelf = 1 then gosub CHECK_ITEM shelf
if %shell = 1 then gosub CHECK_ITEM shell
if %shelves = 1 then gosub CHECK_ITEM shelves
if %showcase = 1 then gosub CHECK_ITEM showcase
if %sidebar = 1 then gosub CHECK_ITEM sidebar
if %sideboard = 1 then gosub CHECK_ITEM sideboard
if %skeleton = 1 then gosub CHECK_ITEM skeleton
if %skippet = 1 then gosub CHECK_ITEM skippet
if %spittoon = 1 then gosub CHECK_ITEM spittoon
if %stable = 1 then gosub CHECK_ITEM stable
if %stand = 1 then gosub CHECK_ITEM stand
if %star = 1 then gosub CHECK_ITEM star
if %statue = 1 then gosub CHECK_ITEM statue
if %strongbox = 1 then gosub CHECK_ITEM strongbox
if %stool = 1 then gosub CHECK_ITEM stool
if %stove = 1 then gosub CHECK_ITEM stove
if %stump = 1 then gosub CHECK_ITEM stump
if %sun = 1 then gosub CHECK_ITEM sun
if %table = 1 then gosub CHECK_ITEM table
if %tentacle = 1 then gosub CHECK_ITEM tentacle
if %tomb = 1 then gosub CHECK_ITEM tomb
if %tray = 1 then gosub CHECK_ITEM tray
if %tree = 1 then gosub CHECK_ITEM tree
if %trestle = 1 then gosub CHECK_ITEM trestle
if %trough = 1 then gosub CHECK_ITEM trough
if %trunk = 1 then gosub CHECK_ITEM trunk
if %turtle = 1 then gosub CHECK_ITEM turtle
if %urn = 1 then gosub CHECK_ITEM urn
if %valet = 1 then gosub CHECK_ITEM valet
if %vanities = 1 then gosub CHECK_ITEM vanities
if %vanity = 1 then gosub CHECK_ITEM vanity
if %vat = 1 then gosub CHECK_ITEM vat
if %wall = 1 then gosub CHECK_ITEM wall
if %wardrobe = 1 then gosub CHECK_ITEM wardrobe
if %waterwheel = 1 then gosub CHECK_ITEM waterwheel
if %web = 1 then gosub CHECK_ITEM web
if %webbing = 1 then gosub CHECK_ITEM webbing
if %wheelbarrow = 1 then gosub CHECK_ITEM wheelbarrow
if %window = 1 then gosub CHECK_ITEM window
if %workbench = 1 then gosub CHECK_ITEM workbench
if %worktable = 1 then gosub CHECK_ITEM worktable
goto end
CHECK_ITEM:
shopvar:
put #var shopper $0
goto shop1
shop1:
send shop first $shopper
matchre shop2 ^\[Type SHOP \[GOOD\] to see some details about
matchre shop2 ^\[Type SHOP \[GOOD\] or click an item to see some details about
matchre return ^I could not find what you were referring to|^You can buy this item if you like
matchwait
shop2:
send shop second $shopper
matchre shop3 ^\[Type SHOP \[GOOD\] to see some details about
matchre shop3 ^\[Type SHOP \[GOOD\] or click an item to see some details about
matchre return ^I could not find what you were referring to|^You can buy this item if you like
matchwait
shop3:
send shop third $shopper
matchre shop4 ^\[Type SHOP \[GOOD\] to see some details about
matchre shop4 ^\[Type SHOP \[GOOD\] or click an item to see some details about
matchre return ^I could not find what you were referring to|^You can buy this item if you like
matchwait
shop4:
send shop fourth $shopper
matchre shop5 ^\[Type SHOP \[GOOD\] to see some details about
matchre shop5 ^\[Type SHOP \[GOOD\] or click an item to see some details about
matchre return ^I could not find what you were referring to|^You can buy this item if you like
matchwait
shop5:
send shop fifth $shopper
matchre shop6 ^\[Type SHOP \[GOOD\] to see some details about
matchre shop6 ^\[Type SHOP \[GOOD\] or click an item to see some details about
matchre return ^I could not find what you were referring to|^You can buy this item if you like
matchwait
shop6:
send shop sixth $shopper
matchre shop7 ^\[Type SHOP \[GOOD\] to see some details about
matchre shop7 ^\[Type SHOP \[GOOD\] or click an item to see some details about
matchre return ^I could not find what you were referring to|^You can buy this item if you like
matchwait
shop7:
send shop seventh $shopper
matchre shop8 ^\[Type SHOP \[GOOD\] to see some details about
matchre shop8 ^\[Type SHOP \[GOOD\] or click an item to see some details about
matchre return ^I could not find what you were referring to|^You can buy this item if you like
matchwait
shop8:
send shop eighth $shopper
matchre shop9 ^\[Type SHOP \[GOOD\] to see some details about
matchre shop9 ^\[Type SHOP \[GOOD\] or click an item to see some details about
matchre return ^I could not find what you were referring to|^You can buy this item if you like
matchwait
shop9:
send shop ninth $shopper
matchre shop10 ^\[Type SHOP \[GOOD\] to see some details about
matchre shop10 ^\[Type SHOP \[GOOD\] or click an item to see some details about
matchre return ^I could not find what you were referring to|^You can buy this item if you like
matchwait
shop10:
send shop tenth $shopper
matchre shop11 ^\[Type SHOP \[GOOD\] to see some details about
matchre shop11 ^\[Type SHOP \[GOOD\] or click an item to see some details about
matchre return ^I could not find what you were referring to|^You can buy this item if you like
matchwait
shop11:
send shop eleventh $shopper
goto return
return:
return
end:
ECHO *** DONE!
put #parse SCRIPT DONE
exit