Function set_movement_time():
Defined in module m_wander_old (file: /std/modules/m_wander_old.c)

This function starts the first call_out for your monster
if this is not called by your monster, then he will not 
 move.  arg passed in id the number of heart beats between
  moves

Prototype:
void set_movement_time(int arg);
