Additions:
Causes the NPC to move in the given direction within the defined time. The movement vector is specified through ##dx## and ##dy## (delta X and Y), which specify the difference in position that the move should perform, i.e. delta X of 2 and delta Y of -2 with a time of 1 will move the NPC two tiles right and two tiles up over a 1 second period.