Prev: 51584 Up: Map Next: 51630
51608: Script data: Move Drutt and any pushed entity left by a hop of size three
If Drutt is not pushing anything, then he will hop left by three characters. If he is pushing something, then Drutt and the pushed entity will move left in alternate steps, traversing half the distance (one and a half characters) on average.
51608 DEFB 11,0 Set walking-left flag
51610 DEFW 52523
51612 DEFB 46,0 Move Drutt, or entity he is pushing left one character and start pushed entity falling if appropriate
51614 DEFW 52541
51616 DEFB 46,0 Move Drutt, or entity he is pushing left one character and start pushed entity falling if appropriate
51618 DEFW 52557
51620 DEFB 46,0 Move Drutt, or entity he is pushing left one character and start pushed entity falling if appropriate
51622 DEFW 52570
51624 DEFB 4,0,9,0 If in the same room as current character then set sound 9 as pending
51628 DEFB 43,0 Select next action for Drutt depending upon control input
Prev: 51584 Up: Map Next: 51630