Prev: 57088 Up: Map Next: 57150
57120: Initialisation parameters for character 223
The first set of parameters is used in demo mode.
57120 DEFB 118 Animatory state (118: cat)
57121 DEFB 0,45 Location (out of sight)
57123 DEFB 8 z-coordinate (invisible)
57124 DEFW 65172 Command list: Do nothing
The next set of parameters is used in game mode 1.
57126 DEFB 146 Animatory state (146: policeman)
57127 DEFB 80,34 Location (sidewalk outside the hotel doors)
57129 DEFB 4 z-coordinate (outside)
57130 DEFW 64756 Command list: Patrol duty
The next set of parameters is used in game mode 2.
57132 DEFB 146 Animatory state (146: policeman)
57133 DEFB 80,34 Location (sidewalk outside the hotel doors)
57135 DEFB 4 z-coordinate (outside)
57136 DEFW 64756 Command list: Patrol duty
The next set of parameters is used in game mode 3.
57138 DEFB 146 Animatory state (146: policeman)
57139 DEFB 80,34 Location (sidewalk outside the hotel doors)
57141 DEFB 4 z-coordinate (outside)
57142 DEFW 64756 Command list: Patrol duty
The next set of parameters is used in game mode 4.
57144 DEFB 118 Animatory state (118: cat)
57145 DEFB 0,45 Location (out of sight)
57147 DEFB 8 z-coordinate (invisible)
57148 DEFW 65172 Command list: Do nothing
Prev: 57088 Up: Map Next: 57150