Changes between Version 3 and Version 4 of Ticket #10750, comment 14


Ignore:
Timestamp:
11/21/18 05:45:53 (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10750, comment 14

    v3 v4  
    44The room inits itself differently with each arrival as the story progresses. Unless there's a way to directly call script procedures from the debugger, setting specific plot flags to time travel would be really cumbersome.
    55
    6 They're stored across a range of globals, referenced together as an array. Each global integer is a bitmask representing several flags mashed together.
     6They're stored across a range of globals (500-532), referenced together as an array. Each global integer is a bitmask representing several flags mashed together.
    77
    8 * "proc0_2(n)", "proc0_3(n)"
    9   * Not clear on what they each do, but definitely setters.
     8* "proc0_2(n)"
     9  * Sets a flag, where 1 <= n <= 527.
     10* "proc0_3(n)"
     11  * Clears a flag.
    1012* "proc0_4(n)"
    11   * Tests the given flag.
     13  * Tests a flag.
    1214\\
    1315\\