-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindianajonesandtheraidersofthelostark.json
8249 lines (8249 loc) · 347 KB
/
indianajonesandtheraidersofthelostark.json
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
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
[
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "FADE IN"
},
"text": ""
}
],
[
{
"head_type": "heading",
"head_text": {
"ToD": "DAY",
"shot type": null,
"location": [
"PERU",
"HIGH JUNGLE"
],
"terior": "EXT.",
"subj": null
},
"text": "The dense, lush rain forests of the eastern slopes of the Andes, the place known as \"The Eyebrow of the Jungle\". Ragged, jutting canyon walls are half-hidden by the thick mists. The MAIN TITLE is followed by this:"
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "PERU"
},
"text": "1936"
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "A narrow trail across the green face of the canyon. A group of men make their way along it. At the head of the party is an American, INDIANA JONES. He wears a short leather jacket, a flapped holster, and a brimmed felt hat with a weird feather stuck in the band. Behind him come two Spanish Peruvians, SATIPO and BARRANCA. Bringing up the rear are five Yagua INDIANS. They act as porters and are wrangling the two heavily- packed llamas. The Indians become increasingly nervous. They speak to each other in bursts of Quechua. The American, who is known to his friends as Indy, glances back at them."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "BARRANCA"
},
"text": "(irritated) They're talking about the Curse again!"
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "He turns and yells at the Indians in Quechua, his anger giving an indication of his own fears. The party reaches a break in the canyon wall and takes the trail through it. When they emerge, their destination is revealed to them in the distance. Beyond a thick stand of trees is the vegetation- enshrouded TEMPLE OF THE CHACHAPOYAN WARRIORS. The entire party is struck by the sight. The Indians, terrified now, chatter away. Suddenly the three at the back turn and run, dropping their packs as they go. Barranca yells at the fleeing Indians and pulls his pistol out. He starts to raise his arm to aim but Indy restrains it in a muscular grip."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "No."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Barranca looks evilly at Indy's hand upon him. Indy releases him and smiles in a friendly way."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "We don't need them."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Satipo watches this confrontation with some concern."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "BARRANCA"
},
"text": "I do not carry supplies."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "We'll leave them. Once we've got it, we'll be able to reach the plane by dusk."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "He turns back to the trail. Satipo gets the two remaining Indians moving behind Indy. Satipo and Barranca then have a fast, silent communication: Barranca indicates his desire to slit Indy's throat; Satipo gives him a look that says \"Be patient, you idiot\"."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "THE APPROACH TO THE TEMPLE"
},
"text": "The party fans out to fight their way through the entwined trees that guard the temple. Visibility is cut to five feet in the heavy mist. Satipo extracts a short, native dart from a tree and examines the point gingerly"
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "(showing Indy) The Hovitos are near. The poison is still fresh... three days. They're following us, I tell you."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "If they knew we were here, they would have killed us already."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "The two Indiana jabber in Quechua, near hysteria. Barranca is sweating profusely, eyes darting. He yells at the Indians in Quechua to \"shut up\". In the undergrowth, there is slithering movement. Indian #1 draws aside a branch and is faced with a horrific stone sculpture of a Chachapoyan demon. The Indian is so frightened no sound comes out when he screams. He turns and runs silently away. Indian #2 calls to his friend. Getting no response, he steps in that direction. A huge macaw, flushed from the undergrowth, screams and flies away. Indian #2 does exactly the same thing, never to be seen again. Indy, Satipo and Barranca, just clearing the trees, look back in that direction. They all turn to face the Temple. It is dark and awesome. Vegetation curls from every crevice, over each elaborate frieze. The entrance - round, open and black - has been designed to look like open jaws."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "So this is where Forrestal cashed in."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "A friend of yours?"
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "Competitor. He was good, very good."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "BARRANCA"
},
"text": "(nervous) No one has ever come out of there alive. Why should we put our faith in you?"
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Indy takes the weird feather from the band of his hat. From around its point, he slips a tightly rolled piece of parchment. Barranca and Satipo exchange a quick \"So that's where is was!\" look. They all kneel as Indy spreads out the parchment. On it is one-half of a crude floorplan of the Temple."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "No one ever had what we have... partners."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Indy fixes them with an expectant stare. Satipo produces a similar, but folded, piece of parchment. He lays it - the other half of the floorplan - next to Indy's. They all regard it for a moment, then Indy stands and walks toward the Temple. Barranca's eyes are shining as they dart between the floorplan and Satipo."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "(back turned) Assuming that pillar there marks the corner and..."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Barranca is suddenly on his feet, quietly drawing his pistol. He raises it toward Indy as Satipo realizes with alarm what he's doing. Too late. Indy's head turns and he sees Barranca. Indy's next move is amazing, graceful and fast, yet totally unhurried. His right hand slides up under the back of his leather jacket and emerges grasping the handle of a neatly curled bullwhip. With the same fluid move that brings Indy's body around to face the Peruvian, the whip uncoils to its full ten foot length and flashes out. The fall of the whip (the unplaited strip at the end of the lash) wraps itself around Barranca's hand and pistol. He could not drop the gun now if he tried. Indy gives the whip a short pull and Barranca's arm in jerked down, where it involuntarily discharges the gun into the dirt. Barranca is amazed, but feels some slack in the whip and immediately raises the gun toward Indy again, cocking it with his free hand. Indy's face goes hard. And sad. Indy sweeps his arm in a wide arc. Barranca spins around, enclosed in the whip, his gun hand stuck tight against his body. Indy gives one more short jerk on the whip handle and Barranca's gun fires. Barranca falls dead. Indy looks quickly at Satipo, who is shocked and frightened. He raises his arms in supplication."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "I knew nothing! He was crazy! Please!"
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Indy looks him over, then nods. He frees the whip from Barranca's body and picks up the man. His eyes sweep the surrounding woods."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "Let's go."
}
],
[
{
"head_type": "heading",
"head_text": {
"ToD": "DAY",
"shot type": null,
"location": [
"TEMPLE",
"INCLINED PASSAGE"
],
"terior": "INT.",
"subj": null
},
"text": "Indy and Satipo, carrying a torch, walk up the slightly inclined, tubular passage from the main entrance. The interior is wet and dark, hanging with plant life and stalactites. Their echoing footsteps intermittently overpower the sounds of loud dripping, whistling air drafts and scampering claws."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "HALL OF SHADOWS"
},
"text": "Indy leads the way down a twisting hallway, Satipo's torch barely lighting his way from behind. Indy disappears in a shadow and when he reappears a moment later a huge black tarantula is crawling up the back of his jacket. Indy doesn't notice and disappears into another shadow, emerging with two more tarantulas on his back. Satipo sees them and makes a frightened grunting sound. Indy looks at him, sees what he's pointing at and casually brushes all three spiders off with his rolled whip, as he would a fly. Satipo pirouettes for an inspection and Indy flicks one off the Peruvian's back. Indy begins picking up little pocket-sized artifacts from the niches and ledges of the Temple. He continues to do this as the men penetrate the Temple. His collecting is quick and expert, evaluating the pieces in an instant, discarding some, stuffing others into his clothes, and never stopping his forward progress."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "CHAMBER OF LIGHT"
},
"text": "The men reach an arch in the hall. The small chamber ahead, which interrupts the hall, is brightly lit by a shaft of sunlight from high above. Indy stops, looks it over."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "What's wrong? Are you lost?"
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Indy picks up a stick and throws it through the shaft of light. Giant spikes spring together from the sides of the chamber with a ferocious CLANG! And impaled on the spikes are the remains of a white man, half-fleshed, half skeleton, in explorer-type grab. Indy reaches out and takes hold of the man's carcass. As the spikes slowly retract, Indy pulls it free and seats the remains gently on the floor."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "Forrestal."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "(gulps) We can go no further."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "Now, Satipo, we don't want to be discouraged by every little thing."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Indy steps sideways into the chamber. His back pressed against the very points of the retracted spikes, he moves along the edge of the light beam, and steps clear on the other side. Satipo grimaces and begins sweating his way through."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "STAIRWAY"
},
"text": "Indy and Satipo come down stone stairs to a tight landing. Framing the entry are a carefully strung network of dead vines, each somehow hooked into the wall, narrowing the opening even more."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "(taking torch) Let me see that."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "He lowers the torch to the floor of the landing. The landing is carpeted with human skeletons, one on top of another, all squashed flat as cardboard. Satipo gasps. Indy looks up at the ceiling of the landing, then steps onto skeletons, which make a cracking noise under his feet."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "Try not to touch the vines."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "FOYER OF THE SANCTUARY"
},
"text": "The men are in a high, straight hallway 50 feet long. The door at the end is flooded with sunlight."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "Senor, I think we are very close."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Indy stands still looking at the hall."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "(impatient) Let us hurry. There is nothing to fear here."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "That's what scares me."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "They begin walking down the hall side by side. Satipo has inched a little ahead. Suddenly his lead foot comes down and through the floor! As Satipo begins to pitch forward, Indy grabs him by the belt and pulls him back. They both look down at the \"floor\". Indy swings his whip across the floor. Fifteen feet of it cuts open beneath the lash, falling away to reveal black pit as wide as the hall. The illusory floor was made of dust- covered cobwebs. Satipo picks up a stone and drops it down the pit. No sound. The two men exchange glances. Indy looks up at the high roof of the hall. He swings the whip up around a support beam, tests its strength with a pull and swings over the pit on the whip. From the other side he swings the whip back to Satipo, who throws Indy the torch. Satipo swings across. When they are both standing on solid floor there is a moment of quiet in which they hear, from far, far below - SPLASH! Indy wedges the whip handle into the wall and leaves it strung to the beam for quick retreat."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "THE SANCTUARY"
},
"text": "A large, domed room. Ten evenly-spaced skylights send their shafts of sunlight down to a unique tiled floor: white and black tiles laid out in a lovely, intricate pattern. Indy and Satipo stand at the door and look across the wide room at the altar. There, in the supreme hallowed spot, is a tiny jeweled figurine, Indy's real objective. Two torches, many years old, are in holders by the door. Indy takes one down and lights it. He gives the regular torch to Satipo."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "There's plenty of light, amigo."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Indy kneels and uses the unlit end of the torch to reach out and tap a white tile. It is solid. He taps a black tile. There is a whizzing sound and a tiny dark sticks in the torch. Satipo points to the wall nearby: there is a recessed hole there."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "From that hole!"
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Indy nods, stands and looks around the sanctuary. The entire room is honey-comed with the same kind of hole. Satipo sees it too and is properly impressed."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "You wait here."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "If you insist, senor."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Torch in hand, Indy begins his careful walk across the sanctuary. Stepping only on the white tiles, he almost appears to be doing a martial arts kata. Before each big move he waves the torch in front of him head to toe, looking at the flame. Halfway out, he sees something on the floor and kneels to look at it. A dead bird lies on one of the white tiles. Its body is riddled with little deadly darts. This has great significance to Indy and he stands with even greater caution. He waves the torch ahead of him and at waist height an air current whips at the flame. Indy ducks under it and leaves a burn mark on the white tile beneath it. Satipo watches, wide-eyed and mystified. Indy reaches the altar. The tiny idol looks both fierce and beautiful. It rests on a pedestal of polished stone. Indy looks the whole set-up over very carefully. From his jacket he takes a small, canvas drawstring bad. He begins filling it with dirt from around the case of the altar. When he has created a weight that he thinks approximates the weight of the idol, he bounces it a couple times in his palm concentrating. It's clear he wants to replace the idol with the bag as smoothly as possible. His hand seems ready to do that once, when he stops, takes a breath and loosens his shoulder muscles. Now he sets himself again. And makes the switch! The idol is now in his hand, the bag on the pedestal. For a long moment it sits there, then the polished stone beneath the bag drops five inches. This sets off an AURAL CHAIN REACTION of steadily increasing volume as some huge mysterious mechanism rumbles into action deep in the temple. Indy spins and starts his kata back across the sanctuary at four times the speed. Satipo's eyes widen in terror. He turns and runs."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "THE RETREAT"
},
"text": "The sanctuary has begun to rumble and shake in response to the mysterious mechanism. Just as Indy goes out the door, a rock shakes loose from the wall and rolls onto the tiles floor. Immediately, a noisy torrent of poison darts fills the room."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "IN THE FOYER"
},
"text": "Satipo swings across the pit. He makes it just as the whip comes undone from the beam, leaving Indy without an escape. Satipo, extremely nervous, regards the whip a moment then turns back to face Indy, who has run up to the far side of the pit."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "No time to argue. Throw me the idol, I throw you the whip."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Indy hesitates, eyeing the rumbling walls."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "You have no choice! Hurry!"
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Indy concurs with that assessment. He tosses the idol across the pit to Satipo. Satipo stuffs it in the front pocket of his jacket, gives Indy a look, then drops the whip on the floor and runs."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "SATIPO"
},
"text": "Adios, amigo!"
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Indy grimaces. He had a feeling this might happen. He looks around."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "AT THE VINED LANDING"
},
"text": "Satipo flies through like a chubby ballet dancer and takes the steps five at a time."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "IN THE FOYER"
},
"text": "Indy runs in full stride to the edge of the pit and broad jumps into space. He doesn't make it. His body hits the far side of the pit and he begins to slide out of view. Only wild clawing with his fingers at the edge of the pit stops his descent. With just the tips of his fingers over the edge, he begins pulling himself up."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "AT THE CHAMBER OF LIGHT"
},
"text": "Satipo has slowed down. He begins to edge carefully around the light shaft."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "AT THE VINED LANDING"
},
"text": "Indy sails through sideways and rolls to a stop at the bottom of the steps. His whip is grasped in his hand. As he raises himself, he hears, from above the giant spikes of the Chamber of Light CLANG! and an abrupt, sickening rendition of SATIPO'S LAST SCREAM. Indy runs up the steps. The rumbling sound grows louder."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "AT THE CHAMBER OF LIGHT"
},
"text": "Indy slides to a stop. The spikes have retracted, taking Satipo's body to one side. Indy edges into the chamber with his back to the shaft of light. Soon he is face to face with the dead Satipo; spikes protrude from several vital spots in the Peruvian's body. Indy removes the idol from Satipo's pocket and moves quickly out the other side."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "Adios."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "THE INCLINED PASSAGE"
},
"text": "Indy shoots out of a cut-off hallway and turns toward the exit. The rumbling is very loud and now we see why: right behind Indy a huge boulder comes roaring around a corner of the passage, perfectly form-fitted to the passageway. It obliterates everything before it, sending the stalactites shooting ahead like missiles. Indy dashes for the light of the exit. His hat flies off his head. Almost immediately it is crushed by the boulder. Indy dives out the end of the passage as the boulder slams to a perfect fit at the entrance, sealing the Temple."
}
],
[
{
"head_type": "heading",
"head_text": {
"ToD": "DAY",
"shot type": null,
"location": [
"FRONT OF THE TEMPLE"
],
"terior": "EXT.",
"subj": null
},
"text": "Indy lies on the ground, gasping for air. A shadow falls across him and he looks up."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": [
[
"shot",
"pov"
],
"WHAT HE SEES"
],
"location": null,
"terior": null,
"subj": null
},
"text": "Looming above him are three figures. Two are HOVITOS WARRIORS in full battle paint and loin cloths. They carry long blow guns. But the man in the center draws Indy's attention. He is a tall, impressive white man, dressed in full safari outfit including pith helmet. His name is EMILE BELLOQ. His face is thin, powerful; his eyes hypnotic; his smile charming, yet lethal. His heavily French-accented speech is deep, mellifluous, wonderful. Back beyond Belloq and his two escorts, thirty more Hovitos Warriors hover at the edge of the trees."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "BELLOQ"
},
"text": "Dr. Jones, you choose the wrong friends. This time it will cost you."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Belloq extends his hand. Indy looks at it, then produces the idol and hands it to Belloq. Belloq extends his other hand, smiling. Indy hands over his gun. Belloq sticks it in his jacket."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "BELLOQ"
},
"text": "And you thought I'd given up."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "(eyeing the Hovitos) Too bad they don't know you like I do, Belloq."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "BELLOQ"
},
"text": "(smiles) Yes, too bad. You could warn them... if only you spoke Hovitos."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "With that, Belloq turns dramatically and holds the idol high for all the Hovitos to see and says something in Hovitos. There is a murmur of recognition and all the Indians, including Belloq's escorts, prostrate themselves upon the ground, heads down. Indy is immediately up and running toward the edge of the clearing."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "BELLOQ"
},
"text": "(in Hovitos) Kill him!"
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "AT THE EDGE OF THE CLEARING"
},
"text": "Indy disappears into the foliage. An instant later, the leaves are peppered with a rain of poison darts and spears."
}
],
[
{
"head_type": "heading",
"head_text": {
"ToD": "DAY",
"shot type": [
[
"misc",
"shot"
],
"VARIOUS SHOTS"
],
"location": [
"THE JUNGLE",
"INDY'S RUN"
],
"terior": "EXT.",
"subj": null
},
"text": "Indy runs like hell through steadily falling terrain. And always close behind, a swift gang of angry Hovitos. Occasionally they get close enough to send a dart or spear whizzing past Indy's head."
}
],
[
{
"head_type": "heading",
"head_text": {
"ToD": "DUSK",
"shot type": null,
"location": [
"THE URUBAMBA RIVER"
],
"terior": "EXT.",
"subj": null
},
"text": "An amphibian plane sits in the water beneath a green cliff. Sitting on the wing is JOCK, the British pilot. Indy breaks out of some distant brush and runs along the path at the top of the cliff."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "(yelling) Get it going! Get it going!"
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Jock hops in and fires up the plane's engines. Indy reaches a spot on the cliff above the place, glances back, them jumps into the river. He comes up, swims to the plane and grabs a strut."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "GO!"
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Jock starts the plane moving across the water as Indy walks across the wing and falls into the passenger compartment."
}
],
[
{
"head_type": "heading",
"head_text": {
"ToD": "DUSK",
"shot type": null,
"location": [
"JOCK'S PLANE"
],
"terior": "INT.",
"subj": null
},
"text": "Indy relaxes and lies across the seat, a big smile on his face. One hand drops to the floor of the cabin and Indy jumps, hitting his head. On the floor of the cabin is a huge boa constrictor. Indy tries to get his whole body onto the seat. Jock sees what's happening."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "JOCK"
},
"text": "Don't mind him. That's Reggie. Wouldn't hurt a soul."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "I can't stand snakes."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "JOCK"
},
"text": "The world's full of them, you know."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "I hate them."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "JOCK"
},
"text": "Come on now, Sport, show a little of the old backbone."
}
],
[
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": [
"JOCK'S PLANE",
"TWILIGHT"
],
"terior": "EXT.",
"subj": null
},
"text": "It soars off over the dark jungle."
}
],
[
{
"head_type": "heading",
"head_text": {
"ToD": "DAY",
"shot type": null,
"location": [
"INDY'S OFFICE, SMALL EASTERN COLLEGE"
],
"terior": "INT.",
"subj": null
},
"text": "It's autumn and the pretty, New England campus out Indy's window reflects it in dazzling color. A few weeks before the start of classes. Activity just picking up. Some students about. Indy is at a bookcase near the window and he looks quite different in this setting. His outfit is tweedy, slightly rumpled in the professional style. Part of his attention is focused in a book and he wears glasses to see the fine print. The office is cramped, absolutely inundated with books, maps, etchings and archeological artifacts. In fact, the only neat spot in the room right now is Indy's desk, which has been cleared off expressly for the benefit of -"
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": "MARCUS BRODY"
},
"text": "The Curator of the National Museum in Washington, D.C. Brody is examining the small artifacts Indy pocketed on his way into the Peruvian Temple. He occasionally uses a jeweler's eyepiece to get a closer look. But he is distracted, his concerns elsewhere, and it is this that his old friend Indy senses from across the room."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "BRODY"
},
"text": "Do you think the idol will ever show up?"
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "I don't know. Just because Belloq had it doesn't mean he kept it."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "Indy snaps the book closed and puts it on the shelf. He takes his glasses off and focuses on Brody. At the windowed door to his office, two pretty Coeds pause for a moment, look in at their sexy Archeology professor, giggle and disappear."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "Getting it away from those Indians would be a neat trick (a hard look) I hope they got him."
},
{
"head_type": "heading",
"head_text": {
"ToD": null,
"shot type": null,
"location": null,
"terior": null,
"subj": null
},
"text": "A young male graduate student, Indy's TEACHING ASSISTANT, taps on the door and then pushes his way in with an armload of reference books. Indy helps him find a spot for them."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "TEACHING ASSISTANT"
},
"text": "I couldn't get the McNabe, Professor. Someone's got it checked out 'til next month when classes start."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "That's all right, Phil. Thanks a lot."
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "TEACHING ASSISTANT"
},
"text": "(eager to please) Will there be anything else?"
},
{
"head_type": "speaker/title",
"head_text": {
"speaker/title": "INDY"
},
"text": "No. I'll see you Thursday."
},
{
"head_type": "heading",
"head_text": {