| 1 | [ |
| 2 | { |
| 3 | "scene information": { |
| 4 | "who": [ |
| 5 | "Sam", |
| 6 | "Lia" |
| 7 | ], |
| 8 | "where": "Relaxing Room", |
| 9 | "what": "Sam overhears a private conversation between two other colleagues while he's in the Relaxing Room. They speculate that Tom and Eva are secretly dating. Intrigued, Sam excitedly shares this juicy gossip with Lia when she enters the room. Lia, although skeptical, decides to pass it on during a lunch break, unknowingly starting a chain reaction." |
| 10 | }, |
| 11 | "scene": [ |
| 12 | { |
| 13 | "speaker": "Sam", |
| 14 | "content": "Lia, get ready for some explosive insider scoop!", |
| 15 | "actions": [ |
| 16 | { |
| 17 | "character": "Sam", |
| 18 | "state": "standing", |
| 19 | "action": "Standing Happy" |
| 20 | }, |
| 21 | { |
| 22 | "character": "Lia", |
| 23 | "state": "standing", |
| 24 | "action": "Standing Normal" |
| 25 | } |
| 26 | ], |
| 27 | "shot": "Track Shot 2", |
| 28 | "current position": [ |
| 29 | { |
| 30 | "character": "Sam", |
| 31 | "position": "Position 3" |
| 32 | }, |
| 33 | { |
| 34 | "character": "Lia", |
| 35 | "position": "Position 5" |
| 36 | } |
| 37 | ] |
| 38 | }, |
| 39 | { |
| 40 | "speaker": "Lia", |
| 41 | "content": "What is it this time, Sam?", |
| 42 | "actions": [ |
| 43 | { |
| 44 | "character": "Lia", |
| 45 | "state": "standing", |
| 46 | "action": "Standing Normal" |
| 47 | } |
| 48 | ], |
| 49 | "shot": "Close Shot", |
| 50 | "current position": [ |
| 51 | { |
| 52 | "character": "Sam", |
| 53 | "position": "Position 3" |
| 54 | }, |
| 55 | { |
| 56 | "character": "Lia", |
| 57 | "position": "Position 5" |
| 58 | } |
| 59 | ] |
| 60 | }, |
| 61 | { |
| 62 | "speaker": "Sam", |
| 63 | "content": "I heard that Tom and Eva are secretly dating!", |
| 64 | "actions": [ |
| 65 | { |
| 66 | "character": "Sam", |
| 67 | "state": "standing", |
| 68 | "action": "Standing Happy" |
| 69 | } |
| 70 | ], |
| 71 | "shot": "Mid Shot", |
| 72 | "current position": [ |
| 73 | { |
| 74 | "character": "Sam", |
| 75 | "position": "Position 3" |
| 76 | }, |
| 77 | { |
| 78 | "character": "Lia", |
| 79 | "position": "Position 5" |
| 80 | } |
| 81 | ] |
| 82 | }, |
| 83 | { |
| 84 | "speaker": "Lia", |
| 85 | "content": "Really? That seems unlikely.", |
| 86 | "actions": [ |
| 87 | { |
| 88 | "character": "Lia", |
| 89 | "state": "standing", |
| 90 | "action": "Standing Puzzled" |
| 91 | } |
| 92 | ], |
| 93 | "shot": "Close Shot", |
| 94 | "current position": [ |
| 95 | { |
| 96 | "character": "Sam", |
| 97 | "position": "Position 3" |
| 98 | }, |
| 99 | { |
| 100 | "character": "Lia", |
| 101 | "position": "Position 5" |
| 102 | } |
| 103 | ] |
| 104 | }, |
| 105 | { |
| 106 | "speaker": "Sam", |
| 107 | "content": "I heard it straight from Martin and Jenny.", |
| 108 | "actions": [ |
| 109 | { |
| 110 | "character": "Sam", |
| 111 | "state": "standing", |
| 112 | "action": "Standing Happy" |
| 113 | }, |
| 114 | { |
| 115 | "character": "Lia", |
| 116 | "state": "standing", |
| 117 | "action": "Standing Thinking" |
| 118 | } |
| 119 | ], |
| 120 | "shot": "Mid Shot", |
| 121 | "current position": [ |
| 122 | { |
| 123 | "character": "Sam", |
| 124 | "position": "Position 3" |
| 125 | }, |
| 126 | { |
| 127 | "character": "Lia", |
| 128 | "position": "Position 5" |
| 129 | } |
| 130 | ] |
| 131 | }, |
| 132 | { |
| 133 | "speaker": "Lia", |
| 134 | "content": "Hmm, interesting. This will definitely spice up our lunch conversation.", |
| 135 | "actions": [ |
| 136 | { |
| 137 | "character": "Lia", |
| 138 | "state": "standing", |
| 139 | "action": "Standing Agree 2" |
| 140 | } |
| 141 | ], |
| 142 | "shot": "Close Shot", |
| 143 | "current position": [ |
| 144 | { |
| 145 | "character": "Sam", |
| 146 | "position": "Position 3" |
| 147 | }, |
| 148 | { |
| 149 | "character": "Lia", |
| 150 | "position": "Position 5" |
| 151 | } |
| 152 | ] |
| 153 | }, |
| 154 | { |
| 155 | "speaker": "Sam", |
| 156 | "content": "Go for it. Let's see what others think.", |
| 157 | "actions": [ |
| 158 | { |
| 159 | "character": "Sam", |
| 160 | "state": "standing", |
| 161 | "action": "Standing Happy" |
| 162 | } |
| 163 | ], |
| 164 | "shot": "Mid Shot", |
| 165 | "current position": [ |
| 166 | { |
| 167 | "character": "Sam", |
| 168 | "position": "Position 3" |
| 169 | }, |
| 170 | { |
| 171 | "character": "Lia", |
| 172 | "position": "Position 5" |
| 173 | } |
| 174 | ] |
| 175 | } |
| 176 | ], |
| 177 | "initial position": [ |
| 178 | { |
| 179 | "character": "Sam", |
| 180 | "position": "Position 3" |
| 181 | }, |
| 182 | { |
| 183 | "character": "Lia", |
| 184 | "position": "Position 5" |
| 185 | } |
| 186 | ] |
| 187 | }, |
| 188 | { |
| 189 | "scene information": { |
| 190 | "who": [ |
| 191 | "Tom", |
| 192 | "Eva", |
| 193 | "Lia" |
| 194 | ], |
| 195 | "where": "Meeting room", |
| 196 | "what": "The rumor about Tom and Eva's supposed relationship has escalated, with various exaggerated versions circulating among the office staff. In a tense meeting about a project, Lia catches Tom and Eva exchanging anxious glances. She confronts them during a break, hinting that everyone knows about their 'relationship,' causing them to panic and deny any involvement. Their reactions fuel the gossip mill even more." |
| 197 | }, |
| 198 | "scene": [ |
| 199 | { |
| 200 | "speaker": "Lia", |
| 201 | "content": "Hey, Tom, Eva. Can we talk for a moment?", |
| 202 | "actions": [ |
| 203 | { |
| 204 | "character": "Lia", |
| 205 | "state": "standing", |
| 206 | "action": "Standing Normal" |
| 207 | } |
| 208 | ], |
| 209 | "shot": "Long Shot 3", |
| 210 | "current position": [ |
| 211 | { |
| 212 | "character": "Tom", |
| 213 | "position": "Position 5" |
| 214 | }, |
| 215 | { |
| 216 | "character": "Eva", |
| 217 | "position": "Position 1" |
| 218 | }, |
| 219 | { |
| 220 | "character": "Lia", |
| 221 | "position": "Position 6" |
| 222 | } |
| 223 | ] |
| 224 | }, |
| 225 | { |
| 226 | "speaker": "Tom", |
| 227 | "content": "Sure, what's up?", |
| 228 | "actions": [ |
| 229 | { |
| 230 | "character": "Tom", |
| 231 | "state": "standing", |
| 232 | "action": "Standing Talking 4" |
| 233 | } |
| 234 | ], |
| 235 | "shot": "Mid Shot", |
| 236 | "current position": [ |
| 237 | { |
| 238 | "character": "Tom", |
| 239 | "position": "Position 5" |
| 240 | }, |
| 241 | { |
| 242 | "character": "Eva", |
| 243 | "position": "Position 1" |
| 244 | }, |
| 245 | { |
| 246 | "character": "Lia", |
| 247 | "position": "Position 6" |
| 248 | } |
| 249 | ] |
| 250 | }, |
| 251 | { |
| 252 | "speaker": "Eva", |
| 253 | "content": "Lia, is... is something bothering you?", |
| 254 | "actions": [ |
| 255 | { |
| 256 | "character": "Eva", |
| 257 | "state": "standing", |
| 258 | "action": "Standing Puzzled" |
| 259 | } |
| 260 | ], |
| 261 | "shot": "Pan Shot 1", |
| 262 | "current position": [ |
| 263 | { |
| 264 | "character": "Tom", |
| 265 | "position": "Position 5" |
| 266 | }, |
| 267 | { |
| 268 | "character": "Eva", |
| 269 | "position": "Position 1" |
| 270 | }, |
| 271 | { |
| 272 | "character": "Lia", |
| 273 | "position": "Position 6" |
| 274 | } |
| 275 | ] |
| 276 | }, |
| 277 | { |
| 278 | "speaker": "Lia", |
| 279 | "content": "People are saying you two are dating. Is it true?", |
| 280 | "actions": [ |
| 281 | { |
| 282 | "character": "Lia", |
| 283 | "state": "standing", |
| 284 | "action": "Standing Thinking" |
| 285 | } |
| 286 | ], |
| 287 | "shot": "Pan Shot 1", |
| 288 | "current position": [ |
| 289 | { |
| 290 | "character": "Tom", |
| 291 | "position": "Position 5" |
| 292 | }, |
| 293 | { |
| 294 | "character": "Eva", |
| 295 | "position": "Position 1" |
| 296 | }, |
| 297 | { |
| 298 | "character": "Lia", |
| 299 | "position": "Position 6" |
| 300 | } |
| 301 | ] |
| 302 | }, |
| 303 | { |
| 304 | "speaker": "Tom", |
| 305 | "content": "What? No, that's not true at all!", |
| 306 | "actions": [ |
| 307 | { |
| 308 | "character": "Tom", |
| 309 | "state": "standing", |
| 310 | "action": "Standing Deny" |
| 311 | } |
| 312 | ], |
| 313 | "shot": "Pan Shot 1", |
| 314 | "current position": [ |
| 315 | { |
| 316 | "character": "Tom", |
| 317 | "position": "Position 5" |
| 318 | }, |
| 319 | { |
| 320 | "character": "Eva", |
| 321 | "position": "Position 1" |
| 322 | }, |
| 323 | { |
| 324 | "character": "Lia", |
| 325 | "position": "Position 6" |
| 326 | } |
| 327 | ] |
| 328 | }, |
| 329 | { |
| 330 | "speaker": "Eva", |
| 331 | "content": "Who started this? We're not dating!", |
| 332 | "actions": [ |
| 333 | { |
| 334 | "character": "Eva", |
| 335 | "state": "standing", |
| 336 | "action": "Standing Deny" |
| 337 | } |
| 338 | ], |
| 339 | "shot": "Pan Shot 1", |
| 340 | "current position": [ |
| 341 | { |
| 342 | "character": "Tom", |
| 343 | "position": "Position 5" |
| 344 | }, |
| 345 | { |
| 346 | "character": "Eva", |
| 347 | "position": "Position 1" |
| 348 | }, |
| 349 | { |
| 350 | "character": "Lia", |
| 351 | "position": "Position 6" |
| 352 | } |
| 353 | ] |
| 354 | }, |
| 355 | { |
| 356 | "speaker": "Lia", |
| 357 | "content": "I just thought you should know. It's all over the office.", |
| 358 | "actions": [ |
| 359 | { |
| 360 | "character": "Lia", |
| 361 | "state": "standing", |
| 362 | "action": "Standing Normal" |
| 363 | } |
| 364 | ], |
| 365 | "shot": "Mid Shot", |
| 366 | "current position": [ |
| 367 | { |
| 368 | "character": "Tom", |
| 369 | "position": "Position 5" |
| 370 | }, |
| 371 | { |
| 372 | "character": "Eva", |
| 373 | "position": "Position 1" |
| 374 | }, |
| 375 | { |
| 376 | "character": "Lia", |
| 377 | "position": "Position 6" |
| 378 | } |
| 379 | ] |
| 380 | }, |
| 381 | { |
| 382 | "speaker": "Tom", |
| 383 | "content": "This is ridiculous.", |
| 384 | "actions": [ |
| 385 | { |
| 386 | "character": "Tom", |
| 387 | "state": "standing", |
| 388 | "action": "Standing Angry 3" |
| 389 | } |
| 390 | ], |
| 391 | "shot": "Close Shot", |
| 392 | "current position": [ |
| 393 | { |
| 394 | "character": "Tom", |
| 395 | "position": "Position 5" |
| 396 | }, |
| 397 | { |
| 398 | "character": "Eva", |
| 399 | "position": "Position 1" |
| 400 | }, |
| 401 | { |
| 402 | "character": "Lia", |
| 403 | "position": "Position 6" |
| 404 | } |
| 405 | ] |
| 406 | }, |
| 407 | { |
| 408 | "speaker": "Eva", |
| 409 | "content": "We need to figure out who started this.", |
| 410 | "actions": [ |
| 411 | { |
| 412 | "character": "Eva", |
| 413 | "state": "standing", |
| 414 | "action": "Standing Agree 1" |
| 415 | } |
| 416 | ], |
| 417 | "shot": "Mid Shot", |
| 418 | "current position": [ |
| 419 | { |
| 420 | "character": "Tom", |
| 421 | "position": "Position 5" |
| 422 | }, |
| 423 | { |
| 424 | "character": "Eva", |
| 425 | "position": "Position 1" |
| 426 | }, |
| 427 | { |
| 428 | "character": "Lia", |
| 429 | "position": "Position 6" |
| 430 | } |
| 431 | ] |
| 432 | }, |
| 433 | { |
| 434 | "speaker": "Lia", |
| 435 | "content": "I feel like this has gotten way out of hand.", |
| 436 | "actions": [ |
| 437 | { |
| 438 | "character": "Lia", |
| 439 | "state": "standing", |
| 440 | "action": "Standing Thinking" |
| 441 | } |
| 442 | ], |
| 443 | "shot": "Close Shot", |
| 444 | "current position": [ |
| 445 | { |
| 446 | "character": "Tom", |
| 447 | "position": "Position 5" |
| 448 | }, |
| 449 | { |
| 450 | "character": "Eva", |
| 451 | "position": "Position 1" |
| 452 | }, |
| 453 | { |
| 454 | "character": "Lia", |
| 455 | "position": "Position 6" |
| 456 | } |
| 457 | ] |
| 458 | } |
| 459 | ], |
| 460 | "initial position": [ |
| 461 | { |
| 462 | "character": "Tom", |
| 463 | "position": "Position 5" |
| 464 | }, |
| 465 | { |
| 466 | "character": "Eva", |
| 467 | "position": "Position 1" |
| 468 | }, |
| 469 | { |
| 470 | "character": "Lia", |
| 471 | "position": "Position 6" |
| 472 | } |
| 473 | ] |
| 474 | }, |
| 475 | { |
| 476 | "scene information": { |
| 477 | "who": [ |
| 478 | "Sam", |
| 479 | "Tom", |
| 480 | "Eva" |
| 481 | ], |
| 482 | "where": "Apartment living room", |
| 483 | "what": "Tom, fed up with the relentless gossip and its impact on his professional and personal life, decides to confront Sam, the originator of the rumor. He and Eva visit Sam at his apartment and explain that they have been working secretly on a major business proposal and were sworn to confidentiality by the higher management. Sam, feeling guilty, realizes the unintended consequences of his actions and apologizes. They agree on handling it together and quelling the rumor." |
| 484 | }, |
| 485 | "scene": [ |
| 486 | { |
| 487 | "speaker": "Tom", |
| 488 | "content": "Sam, we need to talk.", |
| 489 | "actions": [ |
| 490 | { |
| 491 | "character": "Tom", |
| 492 | "state": "standing", |
| 493 | "action": "Standing Talking 3" |
| 494 | } |
| 495 | ], |
| 496 | "shot": "Track Shot 1", |
| 497 | "current position": [ |
| 498 | { |
| 499 | "character": "Sam", |
| 500 | "position": "Position 1" |
| 501 | }, |
| 502 | { |
| 503 | "character": "Tom", |
| 504 | "position": "Position 2" |
| 505 | }, |
| 506 | { |
| 507 | "character": "Eva", |
| 508 | "position": "Position 3" |
| 509 | } |
| 510 | ] |
| 511 | }, |
| 512 | { |
| 513 | "speaker": "Sam", |
| 514 | "content": "What's going on?", |
| 515 | "actions": [ |
| 516 | { |
| 517 | "character": "Sam", |
| 518 | "state": "standing", |
| 519 | "action": "Standing Puzzled" |
| 520 | } |
| 521 | ], |
| 522 | "shot": "Mid Shot", |
| 523 | "current position": [ |
| 524 | { |
| 525 | "character": "Sam", |
| 526 | "position": "Position 1" |
| 527 | }, |
| 528 | { |
| 529 | "character": "Tom", |
| 530 | "position": "Position 2" |
| 531 | }, |
| 532 | { |
| 533 | "character": "Eva", |
| 534 | "position": "Position 3" |
| 535 | } |
| 536 | ] |
| 537 | }, |
| 538 | { |
| 539 | "speaker": "Eva", |
| 540 | "content": "We've been hearing some absurd rumors.", |
| 541 | "actions": [ |
| 542 | { |
| 543 | "character": "Eva", |
| 544 | "state": "standing", |
| 545 | "action": "Standing Talking 4" |
| 546 | } |
| 547 | ], |
| 548 | "shot": "Close Shot", |
| 549 | "current position": [ |
| 550 | { |
| 551 | "character": "Sam", |
| 552 | "position": "Position 1" |
| 553 | }, |
| 554 | { |
| 555 | "character": "Tom", |
| 556 | "position": "Position 2" |
| 557 | }, |
| 558 | { |
| 559 | "character": "Eva", |
| 560 | "position": "Position 3" |
| 561 | } |
| 562 | ] |
| 563 | }, |
| 564 | { |
| 565 | "speaker": "Tom", |
| 566 | "content": "About us dating. You started this, right?", |
| 567 | "actions": [ |
| 568 | { |
| 569 | "character": "Tom", |
| 570 | "state": "standing", |
| 571 | "action": "Standing Angry 4" |
| 572 | }, |
| 573 | { |
| 574 | "character": "Sam", |
| 575 | "state": "standing", |
| 576 | "action": "Standing Surprise" |
| 577 | } |
| 578 | ], |
| 579 | "shot": "Close Shot", |
| 580 | "current position": [ |
| 581 | { |
| 582 | "character": "Sam", |
| 583 | "position": "Position 1" |
| 584 | }, |
| 585 | { |
| 586 | "character": "Tom", |
| 587 | "position": "Position 2" |
| 588 | }, |
| 589 | { |
| 590 | "character": "Eva", |
| 591 | "position": "Position 3" |
| 592 | } |
| 593 | ] |
| 594 | }, |
| 595 | { |
| 596 | "speaker": "Sam", |
| 597 | "content": "I just overheard something and passed it on. I didn't mean to start anything big.", |
| 598 | "actions": [ |
| 599 | { |
| 600 | "character": "Sam", |
| 601 | "state": "standing", |
| 602 | "action": "Standing Talking 5" |
| 603 | } |
| 604 | ], |
| 605 | "shot": "Mid Shot", |
| 606 | "current position": [ |
| 607 | { |
| 608 | "character": "Sam", |
| 609 | "position": "Position 1" |
| 610 | }, |
| 611 | { |
| 612 | "character": "Tom", |
| 613 | "position": "Position 2" |
| 614 | }, |
| 615 | { |
| 616 | "character": "Eva", |
| 617 | "position": "Position 3" |
| 618 | } |
| 619 | ] |
| 620 | }, |
| 621 | { |
| 622 | "speaker": "Eva", |
| 623 | "content": "Well, it's affecting our work and personal lives.", |
| 624 | "actions": [ |
| 625 | { |
| 626 | "character": "Eva", |
| 627 | "state": "standing", |
| 628 | "action": "Standing Depressed" |
| 629 | } |
| 630 | ], |
| 631 | "shot": "Close Shot", |
| 632 | "current position": [ |
| 633 | { |
| 634 | "character": "Sam", |
| 635 | "position": "Position 1" |
| 636 | }, |
| 637 | { |
| 638 | "character": "Tom", |
| 639 | "position": "Position 2" |
| 640 | }, |
| 641 | { |
| 642 | "character": "Eva", |
| 643 | "position": "Position 3" |
| 644 | } |
| 645 | ] |
| 646 | }, |
| 647 | { |
| 648 | "speaker": "Tom", |
| 649 | "content": "We're not dating, it's something else entirely. We just can't talk about it.", |
| 650 | "actions": [ |
| 651 | { |
| 652 | "character": "Tom", |
| 653 | "state": "standing", |
| 654 | "action": "Standing Talking 1" |
| 655 | } |
| 656 | ], |
| 657 | "shot": "Long Shot 1", |
| 658 | "current position": [ |
| 659 | { |
| 660 | "character": "Sam", |
| 661 | "position": "Position 1" |
| 662 | }, |
| 663 | { |
| 664 | "character": "Tom", |
| 665 | "position": "Position 2" |
| 666 | }, |
| 667 | { |
| 668 | "character": "Eva", |
| 669 | "position": "Position 3" |
| 670 | } |
| 671 | ] |
| 672 | }, |
| 673 | { |
| 674 | "speaker": "Eva", |
| 675 | "content": "It's a professional matter we're dealing with.", |
| 676 | "actions": [ |
| 677 | { |
| 678 | "character": "Eva", |
| 679 | "state": "standing", |
| 680 | "action": "Standing Talking 2" |
| 681 | } |
| 682 | ], |
| 683 | "shot": "Long Shot 1", |
| 684 | "current position": [ |
| 685 | { |
| 686 | "character": "Sam", |
| 687 | "position": "Position 1" |
| 688 | }, |
| 689 | { |
| 690 | "character": "Tom", |
| 691 | "position": "Position 2" |
| 692 | }, |
| 693 | { |
| 694 | "character": "Eva", |
| 695 | "position": "Position 3" |
| 696 | } |
| 697 | ] |
| 698 | }, |
| 699 | { |
| 700 | "speaker": "Sam", |
| 701 | "content": "Oh, I had no idea. I'm really sorry.", |
| 702 | "actions": [ |
| 703 | { |
| 704 | "character": "Sam", |
| 705 | "state": "standing", |
| 706 | "action": "Standing Depressed" |
| 707 | } |
| 708 | ], |
| 709 | "shot": "Mid Shot", |
| 710 | "current position": [ |
| 711 | { |
| 712 | "character": "Sam", |
| 713 | "position": "Position 1" |
| 714 | }, |
| 715 | { |
| 716 | "character": "Tom", |
| 717 | "position": "Position 2" |
| 718 | }, |
| 719 | { |
| 720 | "character": "Eva", |
| 721 | "position": "Position 3" |
| 722 | } |
| 723 | ] |
| 724 | }, |
| 725 | { |
| 726 | "speaker": "Eva", |
| 727 | "content": "We need your help to clear this up.", |
| 728 | "actions": [ |
| 729 | { |
| 730 | "character": "Eva", |
| 731 | "state": "standing", |
| 732 | "action": "Standing Agree 2" |
| 733 | } |
| 734 | ], |
| 735 | "shot": "Mid Shot", |
| 736 | "current position": [ |
| 737 | { |
| 738 | "character": "Sam", |
| 739 | "position": "Position 1" |
| 740 | }, |
| 741 | { |
| 742 | "character": "Tom", |
| 743 | "position": "Position 2" |
| 744 | }, |
| 745 | { |
| 746 | "character": "Eva", |
| 747 | "position": "Position 3" |
| 748 | } |
| 749 | ] |
| 750 | }, |
| 751 | { |
| 752 | "speaker": "Sam", |
| 753 | "content": "Absolutely. Let's set the record straight.", |
| 754 | "actions": [ |
| 755 | { |
| 756 | "character": "Sam", |
| 757 | "state": "standing", |
| 758 | "action": "Standing Agree 2" |
| 759 | } |
| 760 | ], |
| 761 | "shot": "Close Shot", |
| 762 | "current position": [ |
| 763 | { |
| 764 | "character": "Sam", |
| 765 | "position": "Position 1" |
| 766 | }, |
| 767 | { |
| 768 | "character": "Tom", |
| 769 | "position": "Position 2" |
| 770 | }, |
| 771 | { |
| 772 | "character": "Eva", |
| 773 | "position": "Position 3" |
| 774 | } |
| 775 | ] |
| 776 | }, |
| 777 | { |
| 778 | "speaker": "Tom", |
| 779 | "content": "Alright, let's do this together.", |
| 780 | "actions": [ |
| 781 | { |
| 782 | "character": "Tom", |
| 783 | "state": "standing", |
| 784 | "action": "Standing Agree 2" |
| 785 | } |
| 786 | ], |
| 787 | "shot": "Zoom Shot", |
| 788 | "current position": [ |
| 789 | { |
| 790 | "character": "Sam", |
| 791 | "position": "Position 1" |
| 792 | }, |
| 793 | { |
| 794 | "character": "Tom", |
| 795 | "position": "Position 2" |
| 796 | }, |
| 797 | { |
| 798 | "character": "Eva", |
| 799 | "position": "Position 3" |
| 800 | } |
| 801 | ] |
| 802 | } |
| 803 | ], |
| 804 | "initial position": [ |
| 805 | { |
| 806 | "character": "Sam", |
| 807 | "position": "Position 1" |
| 808 | }, |
| 809 | { |
| 810 | "character": "Tom", |
| 811 | "position": "Position 2" |
| 812 | }, |
| 813 | { |
| 814 | "character": "Eva", |
| 815 | "position": "Position 3" |
| 816 | } |
| 817 | ] |
| 818 | } |
| 819 | ] |