Prev: 51562 Up: Map Next: 51608
51584: Script data: Move Drutt and any pushed entity left by a hop of size four
If Drutt is not pushing anything, then he will hop left by four characters. If he is pushing something, then Drutt and the pushed entity will move left in alternate steps, traversing half the distance (two characters) on average.
51584 DEFB 11,0 Set walking-left flag
51586 DEFW 52523
51588 DEFB 46,0 Move Drutt, or entity he is pushing left one character and start pushed entity falling if appropriate
51590 DEFW 52541
51592 DEFB 46,0 Move Drutt, or entity he is pushing left one character and start pushed entity falling if appropriate
51594 DEFW 52557
51596 DEFB 46,0 Move Drutt, or entity he is pushing left one character and start pushed entity falling if appropriate
51598 DEFW 52570
51600 DEFB 46,0 Move Drutt, or entity he is pushing left one character and start pushed entity falling if appropriate
51602 DEFB 4,0,9,0 If in the same room as current character then set sound 9 as pending
51606 DEFB 43,0 Select next action for Drutt depending upon control input
Prev: 51562 Up: Map Next: 51608