Prev: 51538 Up: Map Next: 51584
51562: Script data: Move Drutt and any pushed entity right by a hop of size three
If Drutt is not pushing anything, then he will hop right by three characters. If he is pushing something, then Drutt and the pushed entity will move right in alternate steps, traversing half the distance (one and a half characters) on average.
51562 DEFB 12,0 Set walking-right flag
51564 DEFW 52442
51566 DEFB 47,0 Move Drutt, or entity he is pushing right one character and start pushed entity falling if appropriate
51568 DEFW 52460
51570 DEFB 47,0 Move Drutt, or entity he is pushing right one character and start pushed entity falling if appropriate
51572 DEFW 52476
51574 DEFB 47,0 Move Drutt, or entity he is pushing right one character and start pushed entity falling if appropriate
51576 DEFW 52489
51578 DEFB 4,0,9,0 If in the same room as current character then set sound 9 as pending
51582 DEFB 43,0 Select next action for Drutt depending upon control input
Prev: 51538 Up: Map Next: 51584