function int Q4LD(obj this, obj speaker, string arg) { list args; split(args, arg); if (isInList(args, "move")) { if (!walk(this, random(0x00, 0x07))) { bark(this, "Excuse me?"); } return (0x00) } return (0x01); }